RosettaCodeData/Task/Introspection/Perl/introspection-3.pl
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
136 B
Perl

eval('abs(0)'); # eval("") instead of eval{}; the latter is not for run-time check
print "abs() doesn't seem to be available\n" if $@;