#!/usr/local/bin/perl $str = qx'ls home'; print "$str\n";