Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: hanging script on read

by stevieb (Canon)
on Aug 16, 2015 at 02:02 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found