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


in reply to Calling subs with &

You can also use & for evil purposes like using reserved words as sub names. It's not bad for obfuscation though.
use strict; &use(); #use(); #this doesn't work sub use { print "In sub\n"; }