On Tue, Nov 30, 2004 at 05:39:29PM -0700, Luke Palmer wrote: : I don't know what argumentless shift does now. It probably works on : @*ARGS when you're in the main program, but inside a sub... I dunno. : Maybe it shifts from the slurpy array argument. Shifting on the topic : seems wrong (since you could use .shift for that).
I'd say it always shifts the slurpy array, and in Main the slurpy array just happens to be named [EMAIL PROTECTED] Larry