Re: What does MakeFile do?

2009-01-21 Thread Owen
On Tue, 20 Jan 2009 19:22:34 -0500 Lewis Kirk wrote: > At 5:58 AM -0800 1/19/09, dirk van der Giesen wrote: > >If you run perl Makefile.pl it actually installes the module (.pm) > >file. This usually is in the usr/bin/ directory or somewhere similar > >and on a host it means you must have permiss

Re: What does MakeFile do?

2009-01-20 Thread Lewis Kirk
At 5:58 AM -0800 1/19/09, dirk van der Giesen wrote: >If you run perl Makefile.pl it actually installes the module (.pm) file. >This usually is in the usr/bin/ directory or somewhere similar and on a host >it means you must have permissions to do so. >The most easy way is to ask your host to insta

Re: What does MakeFile do?

2009-01-19 Thread dirk van der Giesen
pe perl -e "print qq(@INC)", you'll want to install them into a local directory (such as your home directory) and use this approach. Dirk - Original Message From: Lewis Kirk To: beginners-cgi@perl.org Sent: Sunday, January 18, 2009 8:40:36 PM Subject: What does MakeFile

Re: What does MakeFile do?

2009-01-18 Thread Gunnar Hjalmarsson
Lewis Kirk wrote: Which is obviously a real beginner question. Yes, but not a CGI question in any way. Please post it to the beginners list instead. When you do, post as a new message, and not as a reply to a message about some other topic. -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/

What does MakeFile do?

2009-01-18 Thread Lewis Kirk
Which is obviously a real beginner question. I have googled around, but all the info I have found assumes you have access to the server. My sites are shared hosting accounts located at Earthlink, Verio, GoDaddy, etc. I have used a number of scripts which I can use just by ftp uploading text fil