Help for this page

Select Code to Download


  1. or download this
    while( my $ent = readdir $dirhandle ) {
        next if $stuff or $ent =~ m/\./;
        
        push @wanted, $ent if $various and $things;
    }