- or download this
#!/usr/bin/perl -w
use strict;
...
print "Empty Hash\n";
}
qux('test');
- or download this
$ perl crap2.pl
Hello Nurse!
...
main::qux('test') called at crap2.pl line 31
at crap2.pl line 25
main::qux('test') called at crap2.pl line 31
- or download this
...
eval {
...
};
return if $@;
...
- or download this
...
eval {
...
};
return if $@;
...