in reply to Scirpts Don't Run
Call it test.pl and save in your cgi directory, then access via navigator#!/usr/bin/perl print "Content-type: text/plain\n\n"; print "Hello!"
When you are (If you are not, you have to reconfigure your LAMP installation), research why login.pl is not found in your @INC when you execute the script, maybe you can add use lib sentence in your code to use your directory with modules or load directory in PERL5LIB environment variable
Maybe we should see the code to understand better why this message is show to you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Scirpts Don't Run
by Mtnbkr777 (Initiate) on Aug 04, 2011 at 02:53 UTC | |
by thewebsi (Scribe) on Aug 04, 2011 at 05:46 UTC | |
|
Re^2: Scirpts Don't Run
by Mtnbkr777 (Initiate) on Aug 04, 2011 at 21:56 UTC | |
by Mtnbkr777 (Initiate) on Aug 04, 2011 at 22:27 UTC | |
by Mtnbkr777 (Initiate) on Aug 04, 2011 at 23:23 UTC |