in reply to Re^9: When every microsecond counts: Parsing subroutine parameters
in thread When every microsecond counts: Parsing subroutine parameters

Reread the post.
C:\camelbox\bin>perl -e "sub foo{ print join '#',@_; } foo(1,,,,,2);" 1#2


holli, /regexed monk/
  • Comment on Re^10: When every microsecond counts: Parsing subroutine parameters
  • Download Code