[Mimedefang] no need to name null callback subroutine?

Jeremy Mates jmates at sial.org
Wed Mar 3 20:56:25 EST 2004


* Michal Jankowski <Michal.Jankowski at fuw.edu.pl>
> sub dummy {}; Archive::Zip::setErrorHandler(\&dummy);

Why not just:

Archive::Zip::setErrorHandler(sub {});



More information about the MIMEDefang mailing list