in reply to Re^9: When every microsecond counts: Parsing subroutine parametersin thread When every microsecond counts: Parsing subroutine parameters
C:\camelbox\bin>perl -e "sub foo{ print join '#',@_; } foo(1,,,,,2);" 1#2 [download]