=over =item $EVAL_ERROR =item $@ X<$@> X<$eval_error> The Perl error from the last C operator, i.e. the last exception that was caught. For C, this is either a runtime error message or the string or reference C was called with. The C form also catches syntax errors and other compile time exceptions. If no error occurs, C sets C<$@> to the empty string. Warning messages are not collected in this variable. You can, however, set up a routine to process warnings by setting C<$sig{__warn__}> as described in L. Mnemonic: Where was the error "at"? =back

AltStyle によって変換されたページ (->オリジナル) /