Some Perl Special Variables
Some Global Special Variables
12 of 28 : [
PREV
] [
NEXT
]
$@ ($EVAL_ERROR)
The Perl syntax error message from the last eval command.
eval "use MyModule";
print( ($@ : "failed" ? "succeeded") . " to load MyModule" );
© 2004 Barbie
barbie@missbarbell.co.uk
Home
http://birmingham.pm.org/