I already contacted the web admin, no reply yet.
superb.net
WHERE DO I LINK MY PERL DOC TO??
How do I find out if my webpage host has PERL installed?
I many cases, if you have a cgi-bin folder on your webserver, you will have the PERL library installed on your server.
You can always try running a PERL script, that will tell you :)
PERL is normally installed @ /usr/bin/perl
Reply:do you have shell access on the host? if you do, then run "which perl". It will tell you if perl is installed and where.
Also, it's perl and not PERL because perl isn't really an acronym. See http://perldoc.perl.org/perlfaq1.html#Wh...
or run "perldoc -q difference.*perl.*Perl" for why this is so.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment