## with local $@ me@myhost> perl ~/test.pl; echo $? Died at /home/me/test.pl line 14 255 ## without local $@ me@myhost> perl ~/test.pl; echo $? 0