in reply to Re^2: while loop
in thread while loop
OTOH, I am not aware of the &-form having any useful advantage. AFAIK, &f, if called from within another sub, is equivalent to f(@_) "but faster", as the camel books states (3rd edition, Chapter 6, scoping issues).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: while loop
by blazar (Canon) on Apr 26, 2006 at 10:23 UTC | |
by gellyfish (Monsignor) on Apr 26, 2006 at 10:28 UTC | |
by blazar (Canon) on Apr 26, 2006 at 10:37 UTC |