bdimych has asked for the wisdom of the Perl Monks concerning the following question:
Why? I've found nothing about this in perlmod and perlvar.> >cat 1.pl BEGIN { local $@; call_undefined_subroutine_or_another_error("argument"); } print "blabla\n"; > > > >perl 1.pl blabla > >
Back to
Seekers of Perl Wisdom