Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: How to use variables from other package?

by Necos (Friar)
on Apr 27, 2003 at 10:52 UTC ( [id://253469]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package CNLLog;
    my $_POST_CONVERSION = "postConversion";
    ...
    sub postConversion_status {
        return $_POST_CONVERSION;
    }
    
  2. or download this
    use CNLLog;
    $temp = CNLLog::postConversion_status;
    print $temp;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2025-01-25 05:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (70 votes). Check out past polls.