Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

How to use variables from other package?

by Anonymous Monk
on Apr 27, 2003 at 06:06 UTC ( [id://253450]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package CNLLog;
    my $_POST_CONVERSION = "postConversion";
    my $_CORRECTIVE_SCRIPTS = "correctiveScripts";
    
  2. or download this
    use CNLLog;
    $temp = $CNLLog::_POST_CONVERSION;
    When I print "$temp" I get nothing.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (1)
As of 2025-01-18 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (56 votes). Check out past polls.