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

Re: How can I print all lines?

by marto (Cardinal)
on Aug 09, 2017 at 09:53 UTC ( [id://1197093]=note: print w/replies, xml ) Need Help??


in reply to How can I print all lines?

As a side note to what hippo said, consider using the three argument open, and report failures:

open( my $fh, "<", "Q.txt" ) or die "can't open file: $!";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197093]
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-04-25 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found