>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 files and changing permissions. Now I have a script (a module actually) I >would like to use which arrives as a package that needs to be installed with a >MakeFile.PL > >First, how can I install this module? >
Well, I just copied the .pm files up to folders on the remote server and changed permissions. Before I had the folder organization wrong. In the calling file I used use lib '.'; to get the dependencies. So my question still stands: What does MakeFile do that just copying the .pm files doesn't? Thanks for your help. -- Lewis Kirk www.dmzgraphics.com 803-787-3450 -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/