Re: need logic and one error help

2005-03-27 Thread Steven Schubiger
On 28 Mar, T Raymond wrote: > #!/usr/bin/perl -w Refactor with use warnings instead of -w. -w leaks warnings to all scopes, i.e. external modules, whereas warnings keeps itself to the local block. See perldoc warnings therefore. > print header, What is header supposed to act on? If it's the m

Re: Perl Apache Configuration

2005-03-27 Thread Gavin Henry
On Sunday 27 Mar 2005 05:25, Warren Gwartney wrote: > Perhaps someone will understand what is happening here. I've been trying > to configure perl and apache on a redhat8 server with virtual hosts. Perl > works well on the system and is executing cgi-bin scripts as well, but the > output HTML is no

Re: Perl Apache Configuration

2005-03-27 Thread Greg Jetter
On Sunday March 27 2005 4:25 am, Warren Gwartney wrote: > Perhaps someone will understand what is happening here. I've been trying > to configure perl and apache on a redhat8 server with virtual hosts. Perl > works well on the system and is executing cgi-bin scripts as well, but the > output HTML i

Re: need logic and one error help

2005-03-27 Thread T Raymond
Hi, This is a homework assignment but we are allowed to get help. --Tee T Raymond wrote: Hi all, Please advise me about my logic/syntax errors. I can't seem to figure out how to write in a logical sequence this code. I'm also getting an error which I don't understand which states that m/^$first_

need logic and one error help

2005-03-27 Thread T Raymond
Hi all, Please advise me about my logic/syntax errors. I can't seem to figure out how to write in a logical sequence this code. I'm also getting an error which I don't understand which states that m/^$first_name/ has an uninitialized variable. -Tee #!/usr/bin/perl -w use CGI qw(:all); use CGI:

Need Perl DLL's

2005-03-27 Thread Luinrandir-insight
Hallo I am editing perl in Optiperl and it says I need the Perl DLL's where do I find them? Lou -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]