Brian Volk wrote:
I have a file that contains the file name and the url. I need to
separate the url so I can use LWP::Simple; to check the link,
however, I need to keep the file name in tact so I can trace it
back to my website. Anyone have any suggestions?
Use map() together with split() to populate a hash.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>