Help for this page

Select Code to Download


  1. or download this
    $backup_return = `command`;
    die "Backup failed: $backup_return\n" unless $backup_return=~/Restored
    + successfully/;
    $other_return = `second command`;