in reply to Re^3: Making an array from a downloaded web page
in thread Making an array from a downloaded web page
This will probably get me dinged in the reputation department but I have to ask.
From what I can tell of the "get" function in Net::FTP it sends the results directly out to a file. It seems I can append the various files I will need to each other provided that I explicitly name the file and provide some kind of offset (0?). How might I be able to adapt this so that I can keep the information in a string and parse it, prior to making a master file of all the links?
In Section
Seekers of Perl Wisdom