RosettaCodeData/Task/Introspection/Perl/introspection-3.pl

3 lines
136 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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 $@;