Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: perlsec question

by hawson (Monk)
on Dec 14, 2001 at 02:57 UTC ( [id://131814]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        [jbecker@deadlands /]$ echo $CDPATH
        /home/jbecker
        [jbecker@deadlands /]$ pwd
    ...
        /home/jbecker/pilot
        [jbecker@deadlands pilot]$ pwd
        /home/jbecker/pilot
    
  2. or download this
           When bash is started non-interactively, to run a shell script, 
    +for example, it looks
           for the variable BASH_ENV in the environment, expands its value
    + if it appears there,
           and uses the expanded value as the name of a file to read and e
    +xecute.  Bash behaves
           as if the following command were executed:
                  if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi
           but the value of the PATH variable is not used to search for th
    +e file name.
    

Log In?
Username:
Password:

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

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

    No recent polls found