Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: global variables defined in an external file

by choroba (Cardinal)
on May 06, 2013 at 15:58 UTC ( [id://1032339]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Def;
    
    ...
    our %ha = (exported => ' succesfully.');
    
    __PACKAGE__
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    use Def;
    print "$sc @ar ", %ha;
    

Log In?
Username:
Password:

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

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

    No recent polls found