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

gube has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks,

I am using Net::FTP module to get a file from ftp in one of my directory. I want to get the latest file from directory. Is there any option like we have $ftp->ls() ?

Thanks