Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Reading in of a file

by Your Mother (Archbishop)
on Nov 07, 2014 at 16:51 UTC ( [id://1106512]=note: print w/replies, xml ) Need Help??


in reply to Reading in of a file

One more note though your real problem is solved. You should consider adopting the three argument open, like so–

open( my $FILE, "<", $TestBench_File ) || die "Error[...]: $!";

More on the topic via Google.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-24 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found