/usr/bin/perl -w use strict; my $val = system("ls -lrt "); print "$val";