-
Notifications
You must be signed in to change notification settings - Fork 577
error escapse eval #856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]$@ is not set in this code despite the fatal error in the eval. #!/usr/bin/perl -w use strict; The output for me is: Bareword "doh" not allowed while "strict subs" in use at (eval 1) line 1. Andrew Perl Info
|
From [Unknown Contact. See original ticket]pimlott@idiomtech.com (Andrew Pimlott) wrote
This bug is mended in the development releases. In 5.005_03, the errors are generated as warnings, so as a workround, Mike Guy |
Migrated from rt.perl.org#1786 (status was 'resolved')
Searchable as RT1786$
The text was updated successfully, but these errors were encountered: