Help for this page
my $result = `ls /home`; print $result;
system('cp /tmp/foo /tmp/bar') || die "Can't run command";