Help for this page
#!/usr/bin/perl -wT use strict; ... my $output = `/bin/ls`; print "Output is ($output)\n";