Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Untraceable warning: "Warning: Use of "require" without parenthesesis ambiguous at (eval 23) line 1.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="xhoster, post: 4816933"] For me it is. use Carp qw(cluck); use Data::Dumper; $SIG{__WARN__}=sub {cluck $_[0]}; foreach ( 1..10) { #eval "print rand + 5" ; eval "require +5" ; }; __END__ Warning: Use of "require" without parentheses is ambiguous at (eval 1) line 1. at foo.pl line 4 main::__ANON__('Warning: Use of "require" without parentheses is ambiguous at...') called at (eval 1) line 1 eval 'require^@+5 ;' called at foo.pl line 8 Warning: Use of "require" without parentheses is ambiguous at (eval 2) line 1. at foo.pl line 4 main::__ANON__('Warning: Use of "require" without parentheses is ambiguous at...') called at (eval 2) line 1 eval 'require^@+5 ;' called at foo.pl line 8 Xho [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Untraceable warning: "Warning: Use of "require" without parenthesesis ambiguous at (eval 23) line 1.
Top