Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Parsing error

by Anonymous Monk
on Jan 30, 2023 at 19:05 UTC ( #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? | Other CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2023-06-05 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (22 votes). Check out past polls.

    Notices?