Help for this page

Select Code to Download


  1. or download this
    use Archive::Extract;
    
    my $x = Archive::Extract->new( archive => ’archive.zip’ );
    $x->extract( to => 'target/directory' ) or die $x->error;