No, not the routine that deals with Arrays ! I see code like the following, everywhere: my $coolvariable = shift;
Why is a new scalar being assigned to "shift" ? New to Perl... sorry for the lame question, but couldn't find an answer anywhere. Thanks !