in reply to @_ the default variable?
arturo is mostly correct about what shift defaults to, but note that there are exceptions (that you are unlikely to encounter anytime soon) where shift will take @ARGV by default within a subroutine. See the docs for more details.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: @_ the default variable?
by Anonymous Monk on Sep 14, 2001 at 22:50 UTC | |
by wog (Curate) on Sep 14, 2001 at 23:04 UTC | |
by John M. Dlugosz (Monsignor) on Sep 15, 2001 at 02:41 UTC | |
by blakem (Monsignor) on Sep 15, 2001 at 02:50 UTC | |
by wog (Curate) on Sep 15, 2001 at 03:14 UTC |