Re: invalid

2002-06-27 Thread Kyle Babich
$content2 = qq{ \n}; } elsif ($c2 eq "c") { $content2 = qq{ \n}; } elsif ($c2 eq "su") { $content2 = qq{ \n}; } elsif ($c2 eq "hd") { $content2 = include{"helpdesk/support.cgi"}; } else {print "error: content2 failed\n";} - Original

RE: invalid

2002-06-27 Thread Hanson, Robert
AIL PROTECTED]] Sent: Thursday, June 27, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: invalid Why is this invalid and how do I make this valid while using strict subs? } elsif ($c2 eq "hd") { $content2 = include{helpdesk/support.cgi}; -- To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: invalid

2002-06-27 Thread Bob Showalter
> -Original Message- > From: Kyle Babich [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 27, 2002 3:49 PM > To: [EMAIL PROTECTED] > Subject: invalid > > > Why is this invalid and how do I make this valid while using > strict subs? > > } elsif

invalid

2002-06-27 Thread Kyle Babich
Why is this invalid and how do I make this valid while using strict subs? } elsif ($c2 eq "hd") { $content2 = include{helpdesk/support.cgi}; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]