in reply to Re^8: When every microsecond counts: Parsing subroutine parameters
in thread When every microsecond counts: Parsing subroutine parameters
Yes, you did. I was complaining about having to call a sub as follows
when in fact this can be shortened tofoo(100,undef,undef,undef,"bar");
However, as was pointed out by some kind monk, you're left to worry about counting commas, since ,,,, looks a lot like ,,,,, from a distance.foo(100,,,,"bar");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: When every microsecond counts: Parsing subroutine parameters
by blazar (Canon) on May 19, 2008 at 19:35 UTC | |
|
Re^10: When every microsecond counts: Parsing subroutine parameters
by holli (Abbot) on May 19, 2008 at 19:25 UTC |