Help.
How to list the files in dir with respect to time ( similer to File::Listing::parse_dir(`ls -lrt $dir`). I personally do not like to use the UNIX native commands in script ( `ls –lrt ` ).
Please help me in finding the algorithm to sort the files with respect to time.