xiper has asked for the wisdom of the Perl Monks concerning the following question:
# <magic code to alias "len" to "length"> foreach ( @array ) { print len; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Aliasing a builtin?
by chromatic (Archbishop) on Mar 11, 2003 at 04:52 UTC | |
by TimToady (Parson) on Mar 11, 2003 at 17:09 UTC | |
|
Re: Aliasing a builtin?
by graff (Chancellor) on Mar 11, 2003 at 04:58 UTC | |
by xiper (Friar) on Mar 11, 2003 at 21:33 UTC |