|
|
radical hacks
|
|
|
|
|
|
Here is a little script
which uses the LWP module to grab a web page at a given URL.
It is the most simple usage of LWP, so it will not handle
"relative" links well (broken images fro images for example)
but it does demonstrate how you could grab an entire web page
off the net and incorporate it into your own script. You
can do more than simply printing it out of course!
|
|