get latest file
#!/usr/bin/perl
#This is .latest.cgi
$|++; my @file = `ls -1 -t -p | grep -v -P '/'`;
print "Location: $file[0]\n\n";
exit;
Written by tacoen
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Perl
Authors

janosgyerik
25.24K

Jean-Remy Duboc
12.3K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#