Friday, 16 November 2012

How shift command is used? | Perl Scripting Interiew Questions

The first value of an array shifted using shift array function and it is returned, which results in array shortening by one element and moves everything from a place to left. If an array is not specified to shift, shift uses @ ARGV, the command line arguments of an array is passed to script or to an array named @.

No comments: