$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
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]
> -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
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]