[ back to toc ]

Go to url and grab resulting page

Date: 2002/01/12 00:05

Q:
I have a script that I'm working on that utilizes a mysql database for
variables. That part isn't my problem. My problem is that after it gets
the variables, it plugs them into a url. I'm stumped at my next step
which is to have the script "invisibly" go to the url and then save the
resulting page to my server. Is there an easy way to do this?

(unix server btw)

Thanks in advance!
A:
You want to download an HTML page to the server by the server script just
as if it was a client? I assume this is what you meant.

In that case use the module libwww or the Perl package called Net. Consult
the documentation of the package.

If this is not what you seek, or I misunderstood something do not
hesitate to followup this question for clarification or more help.

Regards,
Peter

[ back to toc ]