Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: EXPORT variables

by moritz (Cardinal)
on Jun 09, 2008 at 22:25 UTC ( [id://691115]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ENV{PATH} = "/home/abc/xyz/bin:$ENV{PATH}";
    
  2. or download this
    # my_env.pl
    #!/usr/bin/perl
    ...
    
    # and this is how you call it:
    $ eval `./my_env.pl`
    

Log In?
Username:
Password:

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

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

    No recent polls found