Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2001 12:16:33 -0400
From:      "Andre` Niel Cameron" <AndreC@Axxs.net>
To:        "Rogier Steehouder" <r.j.s@gmx.net>
Cc:        "free bsd" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Perl Help Please
Message-ID:  <006201c15982$95ea5ef0$a50410ac@olmct.net>
References:  <077d01c15838$2a6af4f0$a50410ac@olmct.net> <20011019081838.A616@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

> while (<HTML>) { print; }
>
> Or slightly more readable:
>
> while ($line = <HTML>) {
> print($line);
> }
>
> With kind regards, Rogier Steehouder

The second page still appends itself to the first, it does not load a new
seperate page.

Regards,
AndreC
Support


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006201c15982$95ea5ef0$a50410ac>