On Wed, 29 Jan 2003, Peter Amisano wrote: > Perl resides in /usr/bin/perl > the script is as follows: > > #!/usr/bin/perl Your paths match, at least. What happens when you run the script from the command line? > #Peter Amisano pamisano@kc.rr.com > #CIS 410 Web Development > > require "project3.lib"; > &Parse_Form; > > > print "Content-type: text/htmlnn"; > print "Enter Password"; > print ""; > print ""; > > I am using the lib file in other scripts so I know it works. This file > works on a windows box running the Abria Merlin Server (Apache, Perl, Mysql, > PHP all in one) > But I can't seem to get this one script to work on my linux box. I am > transferring it via FTP, chmod 777 and it still does not work. > > -- > There's a war out there, old friend. A world war. And it's not about who's > got the most bullets. It's about who controls the information. > > > > ________________________________________________ > Message sent using UebiMiau 2.7.2 > > > >