Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    die "Can't find/read/parse $INFName!" if !defined $arch;
    my @t = $arch->memberNames;
    print Dumper(\@t);
    
  2. or download this
    NBKI44V@B000F1FA4379F ~/PerlMonks
    $ ./ArchTar.pl /DOS/c/Program\ Files/Java/jdk1.6.0/db/lib/derby.war
    ...
              'WEB-INF/',
              'WEB-INF/web.xml'
            ];