Help for this page

Select Code to Download


  1. or download this
    system($cmd) and die "command failed with code " . ($? >> 8).
    
  2. or download this
    $cmd = 'cd /home/folder1/folder2 && sh test1.sh';