in reply to Re: Calling subs with &in thread Calling subs with &
It's not bad for obfuscation though.
package Just_another_Perl_Hacker; sub print {($_=$_[0])=~ s/_/ /g; print } sub __PACKAGE__ { & print ( __PACKAGE__)} & __PACKAGE__ ( ) [download]
Abigail