Help for this page
if (my $e = $@) { ... use $e here ... }
if (my $e = "$@") { ... use $e here ... }