in reply to Re: (jeffa) 2Re: Break up command line
in thread Break up command line

Actually... shift works on @ARGV outside of subroutines, and on @_ inside subroutines. Looks exactly the same though.
  • Comment on Re: Re: (jeffa) 2Re: Break up command line