Jay wrote:
>     Is it possible to get the output of a dynamically 
> generated web page for use as if it were an actual file?

Not quite, but you can use e.g. LWP::Simple or LWP::UserAgent to fetch the
entire web page into a string or into a local file. (And if, for some
reason, you want to read in a page line-by-line rather than all-at-once, you
could open a socket to the web server and speak HTTP to it....) Get
lib-www-perl aka LWP and read perldoc lwpcook.

Cheers,
Philip

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to