Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Better way to define global variables

by hdb (Monsignor)
on Jul 25, 2013 at 14:02 UTC ( [id://1046348]=note: print w/replies, xml ) Need Help??


in reply to Better way to define global variables

Any chance you have another Utilities.pm lying around? Try:

use strict; use Utilities; print $INC{'Utilities.pm'},"\n"; print "This is the value for SYS_DIR=$SYS_DIR";

and see whether you get the correct path.

I have no problems with your code after making choroba's proposed changes.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found