Help for this page

Select Code to Download


  1. or download this
    @count=`find dir_name -name *.tar`;
    @args = qw( tar -x -f );
    ...
        system(@args) == 0 or die "system '@args' failed: $?";
        pop @args;
    }