Help for this page

Select Code to Download


  1. or download this
    my $q_archive  = quotemeta($ARGV[0]);
    my $q_filename = quotemeta($filename);
    system("tar $args $q_archive > $q_filename")
    
  2. or download this
    system("tar $args \Q$ARGV[0]\E > \Q$filename\E")