OK, I tried SmartComments, I must not be understanding something, I followed the man page exactly, but it does not seem to work:
use Smart::Comments;
sub foobar {
### at <loc>...
### $_[0]
}
foobar 1;
and when I run this I get
### at <loc>...
### $_[0] : undef
so both of these lines appear to not work properly. What am not
understanding...?? Thank you! Mark
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
