Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    while(  $file= $f->next()  ) {
        print "$file\n";
    }
    
  2. or download this
    package List; # Terrible name
    use strict;
    ...
    }
    
    1;