Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Why isn't a fatal error trappable?

by ikegami (Patriarch)
on Nov 16, 2010 at 18:22 UTC ( [id://871793]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -c -e'3/0'
    -e syntax OK
    
    $ perl -e'3/0'
    Illegal division by zero at -e line 1.
    
  2. or download this
    $ perl -e'chop "fred"'
    Can't modify constant item in chop at -e line 1, at EOF
    Execution of -e aborted due to compilation errors.
    
  3. or download this
    $ perl -e'"fred" = $_'
    Can't modify constant item in scalar assignment at -e line 1, at EOF
    Execution of -e aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-26 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found