Help for this page
#!/usr/bin/perl use strict; ... print "Content-type: text/plain"; my $lsoutput = `ls -lt $filter`; print "\n$lsoutput";