sraphim Posted July 3, 2004 Posted July 3, 2004 When I install a "cgi" classifieds sytem,do i have to rename it to a "pl" extensoin? In the "path to " is it neccesary to tell it that the "perl" module is "5" ? #!/usr/local/bin/perl or" perl 5" I am on server #16 how would you write a "server path to this? this is the default: "/usr/www/users/you/classifieds"; I know I am a novice at this so please excuse the dumb questions Quote
TCH-Rob Posted July 4, 2004 Posted July 4, 2004 Not sure if I am reading this right but this /usr/bin/perl is your path to perl Quote
TCH-Don Posted July 4, 2004 Posted July 4, 2004 I think your path would be /home/user/public_html/pathtoscript/ Quote
LisaJill Posted July 4, 2004 Posted July 4, 2004 You do not need a .pl extension or even to install into the cgi-bin, you can install the cgi files anywhere. I think that either shebang w ill work (the first line of the .cgi script that says where perl is) and the rest is answered. =) Quote
sraphim Posted July 4, 2004 Author Posted July 4, 2004 Thanks guy"s and gals! I have learned a bit from this one T.J Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.