Philip Newton <[EMAIL PROTECTED]> writes:

> 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

Let me add to this.

A Perl CGI cannot access an ASP session.

But a Perl CGI *can* call an ASP script via LWP. That is a nice
way your Perl CGI script can get to an ASP session should the need
arise.

--David


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