in reply to Re^2: Finding a file by age (Newest First)
in thread Finding a file by age (Newest First)

In this example, I'd skip Perl altogether.
ls -At| grep '^te' | head -2 | tail -1

Dave.