Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Bug in eval in pre-5.14

by $h4X4_|=73}{ (Monk)
on Aug 13, 2016 at 15:27 UTC ( [id://1169712]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    print $error;
    CORE::exit(1);
    }
    
  2. or download this
    5.008008
    Exception! at C:\xampp\cgi-bin\Test\tester.pl line 32.
    
  3. or download this
    Caught with or:  at C:\xampp\cgi-bin\Test\tester.pl line 44.
    Caught with Try::Tiny:  at C:\xampp\cgi-bin\Test\tester.pl line 55.
    ...
    Exception! at C:\xampp\cgi-bin\Test\tester.pl line 32.
    Exception! at C:\xampp\cgi-bin\Test\tester.pl line 42.
    Exception! at C:\xampp\cgi-bin\Test\tester.pl line 53.
    
  4. or download this
    sub Splacker {
    my $error = shift;
    print STDERR $error;
    }
    
  5. or download this
    Exception! at C:\xampp\cgi-bin\Test\tester.pl line 32.
    Exception! at C:\xampp\cgi-bin\Test\tester.pl line 42.
    Caught with or:  at C:\xampp\cgi-bin\Test\tester.pl line 44.
    Exception! at C:\xampp\cgi-bin\Test\tester.pl line 53.
    Caught with Try::Tiny:  at C:\xampp\cgi-bin\Test\tester.pl line 55.
    5.008008
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1169712]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 23:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found