Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

OUR declaration

by Anonymous Monk
on Sep 23, 2006 at 02:17 UTC ( [id://574467]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $var;
        isn't both a symbol table entry created
    ...
    
    our $var;
        only a symbol table entry?
    
  2. or download this
    package packA;
    use strict;
    ...
    print "  packA  ourVAR  = $ourVAR \n";
    my $ourVAR = "456 RST";
    print "  packAA  ourVAR = $ourVAR \n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://574467]
Approved by jdtoronto
Front-paged by diotalevi
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found