http://www.perlmonks.org?node_id=979598


in reply to parse a line with varied number of fields

Can you use something like Net::SFTP instead? It can give you a list of filenames as a list, so you don't have to go parsing the lines yourself. It looks like it's been stable since before 5.8.8

  • Comment on Re: parse a line with varied number of fields

Replies are listed 'Best First'.
Re^2: parse a line with varied number of fields
by raggmopp (Novice) on Jul 03, 2012 at 13:40 UTC

    Thanks. I will look into Net::SFTP. It may not be work in this specific application but I do have an SFTP site that will need parsing as well.