Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Problem calling one script from another

by Dragonfly (Priest)
on Dec 11, 2000 at 20:24 UTC ( [id://46089]=note: print w/replies, xml ) Need Help??


in reply to Problem calling one script from another

This is a shot-in-the-dark, but it worked for me when I had to call a Perl script once.

Instead of

`perl /path/to/indexer.pl`;

try

`/usr/bin/perl /path/to/indexer.pl`;

where you specify the perl executable's path in your statement...

As I said before, it worked once for me; then again, I'm a total newbie and should be treated thusly. ;-)

-Dragonfly

  • Comment on Re: Problem calling one script from another

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 06:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found