Make files?

2002-07-19 Thread Barry Jones
Hi, I don't have access to the shell on my web server, but I can FTP stuff over to my web space. I need to install the DBI locally and I was wondering if it was possible to run a make file THROUGH a CGI? Any thoughts? Barry Jones DATABUILT, Inc. The Global AEC Information Company 1476 Fordi

RE: Script for making declarations

2002-07-19 Thread Kipp, James
one idea is to run the script with strict and save the error report and the line numbers. the error msg should list all the variable that need to be declared, then you could write a regex to go to each one and insert a my in front. or you can use vi to make the substitutions. just an thought. >