Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: calling perl script from shell script

by redlemon (Hermit)
on Mar 26, 2004 at 14:31 UTC ( [id://340023]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if  test $? -eq 0
    then
    else
    fi
    
  2. or download this
    if [  $? -eq 0 ]
    then
    else
    fi
    
  3. or download this
    cd go_to_dir_where_perl_program_exists  &&
    if   /usr/bin/perl perlscript.pl
    ...
      echo "failure"
      # do some more stuff
    fi
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-16 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found