On Fri, 22 Feb 2002 12:37:03 +0100, Axel Rose wrote: >I would then extract links and store them in an array like this > @songs = ( 'song1', 'song2', ... )
Which is a vague description... The module HTML::LinkExtor, which comes
with HTML::Parser, should do it.
Oh, and for getting the original file, and the files pointed to, from
internet, I'd use LWP::Simple, from this, the function get() (into
memory) or getstore() (into a file).
--
Bart.
