http://qs321.pair.com?node_id=659045

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

> >cat 1.pl BEGIN { local $@; call_undefined_subroutine_or_another_error("argument"); } print "blabla\n"; > > > >perl 1.pl blabla > >
Why? I've found nothing about this in perlmod and perlvar.