Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: hanging script on read

by stevieb (Canon)
on Aug 16, 2015 at 02:02 UTC ( #1138723=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # read
    open my $fh, '<', 'file.ext' or die $!;
    
    # write
    open my $wfh, '>', 'file.ext' or die $!;
    
  2. or download this
    # errata removed
    
    ...
    main::(script.pl:8):    print $x;
      DB<1> x $x
    0  'y'
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2023-04-01 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (77 votes). Check out past polls.

    Notices?