Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Parsing error

by Anonymous Monk
on Jan 30, 2023 at 19:05 UTC ( [id://11150037]=note: print w/replies, xml ) Need Help??


in reply to Re: Parsing error
in thread Parsing error

Also, don't use a BAREWORD filehandle, add $ to make it a variable and declare it with "my":
open my $FH, "<", $input or die "Can't open $input: $!";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-28 09:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found