Subject: | Does not recognize @_ |
Any expression involving elements of @_ (in a subroutine) produces undef, e.g.:
sub foo {
### $_[0]
shift() acts on @ARGV instead:
sub foo {
### shift
However, @_ itself expands correctly:
sub foo {
### @_
This queue is for tickets about the Smart-Comments CPAN distribution.
The Basics
People
|
Bug Information
|