Help for this page

Select Code to Download


  1. or download this
    my $result = `ls /home`;
    print $result;
    
  2. or download this
    system('cp /tmp/foo /tmp/bar') || die "Can't run command";