Help for this page

Select Code to Download


  1. or download this
    foreach my $archived_file (@files) {
        $archived_file->extractToFileNamed('some_file_name')
        or die "Unable to extract data file $! .";
    }