Help for this page

Select Code to Download


  1. or download this
        my ($toc) = grep { $_->name =~ m{/toc$} } $tar->get_files;
    
  2. or download this
        my $toc = undef;
        for my $file ( $tar->get_files ) {
    ...
            }
        }
        ( defined $toc ) or do { warn "no toc file in $wdir/$tarball\n"; n
    +ext };