module so SE's don't display results for a deleted product or category
Hmmm.... It should be as easy as specifying the correct path for
your perl binary on the first line of the script, something like
this:
#!/usr/bin/perl
If the perl binary is in a different directory - specify the path
here. You can use "locate" on most unix systems to find a
specific file quickly if you don't know where the perl binary
might be hiding.
Don't forget to chmod the file to 755 (executable), otherwise the
server will not know it's an actual cgi script.
Remik Kolodziej
dotCOM designers - Miva Business Partner
Home of THE FASTEST Miva Merchant hosting servers - PERIOD!
<A HREF ="http://www.dotcomdesigners.com">http://www.dotcomdesigners.com</A>
888-321-6239 toll-free
----- Original Message -----
From: "Matt Williams (Nova Companies)" <[email protected]>
Sent: Monday, July 12, 2004 12:17 PM
Subject: [mru] OT: Base path PERL
I'm trying to run a Perl script on one of my sites, but I cant
get it to
work. Online help for the script says that I probably didn't put
my
basepath into the script configuration correctly. BUT, I think I
have.
I remember seeing some little .cgi script that you could use to
call
your basepath, but I can't find it. Can anyone help?
Matt
Hmmm.... It should be as easy as specifying the correct path for
your perl binary on the first line of the script, something like
this:
#!/usr/bin/perl
If the perl binary is in a different directory - specify the path
here. You can use "locate" on most unix systems to find a
specific file quickly if you don't know where the perl binary
might be hiding.
Don't forget to chmod the file to 755 (executable), otherwise the
server will not know it's an actual cgi script.
Remik Kolodziej
dotCOM designers - Miva Business Partner
Home of THE FASTEST Miva Merchant hosting servers - PERIOD!
<A HREF ="http://www.dotcomdesigners.com">http://www.dotcomdesigners.com</A>
888-321-6239 toll-free
----- Original Message -----
From: "Matt Williams (Nova Companies)" <[email protected]>
Sent: Monday, July 12, 2004 12:17 PM
Subject: [mru] OT: Base path PERL
I'm trying to run a Perl script on one of my sites, but I cant
get it to
work. Online help for the script says that I probably didn't put
my
basepath into the script configuration correctly. BUT, I think I
have.
I remember seeing some little .cgi script that you could use to
call
your basepath, but I can't find it. Can anyone help?
Matt
Comment