Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Server Settings?

by hiseldl (Priest)
on Apr 18, 2003 at 14:03 UTC ( [id://251447]=note: print w/replies, xml ) Need Help??


in reply to Server Settings?

This sounds like your #!/usr/bin/perl line may need to be changed. Check where the perl executable is on your new system, and check the path in your scripts to make sure it is the same. On linux/solaris you can use

$ which perl
and if this does not seem to fix the problem, try testing your scripts like this
$ perl -cw myscript.pl
If you get a 'No such file or directory' error while trying that, then Perl is probably not installed on your host's system. :(

HTH

--
hiseldl
What time is it? It's Camel Time!

Log In?
Username:
Password:

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

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

    No recent polls found