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


in reply to Re^3: find the latest created file in a directory
in thread find the latest created file in a directory

Oh... sorry, got it now.

I forgot that Core::stat returns a list (while File::stat returns a reference to a File::stat object).

Thanks for clarifying.