Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Exporting Issue

by perlCrazy (Monk)
on Jul 27, 2007 at 20:15 UTC ( [id://629197]=note: print w/replies, xml ) Need Help??


in reply to Exporting Issue

MY variable cannot be called from outside of package. If you want to make package global variable then use 'OUR' or use vars module. Like this :
use vars qw ($country); or our $country;

Replies are listed 'Best First'.
Re^2: Exporting Issue
by BarMeister (Beadle) on Aug 01, 2007 at 20:56 UTC
    Yeah I didn't want it accessible outside the package that is why it is a "my" var.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-18 06:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found