http://qs1969.pair.com?node_id=241938

xiper has asked for the wisdom of the Perl Monks concerning the following question:

Simple question: How does one go about creating an alias for a builtin function that acts identically? Eg.
# <magic code to alias "len" to "length"> foreach ( @array ) { print len; }