Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: making perl more forgiving

by haoess (Curate)
on May 15, 2004 at 19:36 UTC ( [id://353672]=note: print w/replies, xml ) Need Help??


in reply to making perl more forgiving

Nothing is impossible, but quoting errors can be easily avoided when using an editor which does syntax highlighting.

Nevertheless:

#!perl use warnings; use strict; BEGIN { $SIG{__DIE__} = sub { print "foxxy"; exit; } } print "fox' __END__

-- Frank

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 20:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found