Help for this page

Select Code to Download


  1. or download this
    $status = qx(/usr/bin/tar cf $backupDir/$tar_filename tempDir);
    
    $status = system qx(/usr/local/bin/gzip $backupDir/$tar_filename);
    
  2. or download this
    PATH=/usr/local/bin:/usr/bin:/bin
    
  3. or download this
    SHELL=/bin/sh