if ($name eq "")
{
include my.html.
}
----- Original Message -----
From: "Octavian Rasnita" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Werner Otto" <[EMAIL PROTECTED]>
Sent: Monday, May 17, 2004 3:38 PM
Subject: Re: Displaying another page
> Hi,
>
> You can do something like this:
>
> print "Location: http://www.site.com/file.html\n\n";
>
> Teddy
>
> ----- Original Message -----
> From: "Werner Otto" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, May 17, 2004 12:13 PM
> Subject: Displaying another page
>
>
> > Hi there,
> >
> > I have the following situation where I need to call a html page
depending
> > on.
> >
> > if($name eq "")
> > {
> > call/display my html page.
> > }
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>