Re: OS and Perl Change

2001-08-29 Thread Creighton Burns
On Redhat perl is to found at /usr/bin/perl so you will need to change the first line to #!/usr/bin/perl -Tw Regards Creighton Gede Gilijk wrote: > I am new to PERL and CGI and start to learn from this mailing list. > > I download script from the web and try to customized and run on the server.

OS and Perl Change

2001-08-29 Thread Gede Gilijk
I am new to PERL and CGI and start to learn from this mailing list. I download script from the web and try to customized and run on the server. First, the script run properly when I run it on SCO-UNIX, APACHE, and Perl 5.005_3 But when I try run the same script on RedHat LINUX, APACHE, and Perl