Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: how to set environment vars

by rsennat (Beadle)
on Nov 11, 2005 at 10:03 UTC ( [id://507679]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    printf "%s = %s\n",$_,$ENV{$_} foreach keys %ENV;
    
  2. or download this
    setenv PATH_ORIG "${PATH}"
    setenv MANPATH_ORIG "${MANPATH}"
    setenv LD_LIBRARY_PATH_ORIG "${LD_LIBRARY_PATH}"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://507679]
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: (3)
As of 2024-04-26 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found