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

Re^2: How to use dynamic execution path instead of absolut.

by Aristotle (Chancellor)
on Jan 14, 2003 at 10:41 UTC ( [id://226790]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    `which perl` -x $0 $*
  2. or download this
    perl -x $0 $*
  3. or download this
    #!/bin/sh
    eval 'exec perl -S $0 ${1+"$@"}'
      if $running_under_some_shell;
    
    # regular perl code follows here
    
  4. or download this
    #!/bin/sh -- # -*- perl -*- -wT

Log In?
Username:
Password:

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

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

    No recent polls found