Movatterモバイル変換


[0]ホーム

URL:


variables /$@
(source,CPAN)
#$EVAL_ERROR
#$@

The Perl error from the lasteval operator, i.e. the last exception that was caught. Foreval BLOCK, this is either a runtime error message or the string or referencedie was called with. Theeval STRING form also catches syntax errors and other compile time exceptions.

If no error occurs,eval sets$@ to the empty string.

Warning messages are not collected in this variable. You can, however, set up a routine to process warnings by setting$SIG{__WARN__} as described in"%SIG".

Mnemonic: Where was the error "at"?

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp