Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Explicit Package?

by toolic (Bishop)
on Feb 07, 2019 at 19:39 UTC ( [id://1229561]=note: print w/replies, xml ) Need Help??


in reply to Explicit Package?

use v5.14;
That line loads the strict pragma, the same as if you had:
use strict;
Refer to use VERSION:
Similarly, if the specified Perl version is greater than or equal to 5.12.0, strictures are enabled lexically as with use strict
That is the reason for your error messages. You need to declare your variables with my and open your file handles before using them.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found