Help for this page

Select Code to Download


  1. or download this
    my $exit_value = system($tar_command) ;
    die "tar failed: ".$exit_value / 256."\n" if $exit_value != 0 ;