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

Re: (tye)Re: "use vars" will remain (Re: Win32 EXPORT_OK problems)

by chipmunk (Parson)
on Dec 27, 2000 at 01:44 UTC ( [id://48352]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $num = 7;
    our $str = 'Hello';
    
  2. or download this
    use vars qw/ $str /;
    $str = 'Hello';
    

Log In?
Username:
Password:

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

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

    No recent polls found