Help for this page

Select Code to Download


  1. or download this
    given ($_) {
        when (/filename\s*=\s*(\S+)/) {$file = basename($1)}
    ...
            delete $files{$file}
    }
    @batch = ();