Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Check core dump with new Perl

by RMGir (Prior)
on Mar 28, 2007 at 11:37 UTC ( [id://606985]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -we 'open O, "> /dev/null"; print O (scalar readline)'
    Filehandle O opened only for output at -e line 1.
    Bus Error
    
  2. or download this
    $  perl -we 'open O, "> /dev/null"; print O (scalar readline)'
    Filehandle O opened only for output at -e line 1.
    ...
    
    $ perl -e 'warn readline()'
    Warning: something's wrong at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 16:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found