Help for this page

Select Code to Download


  1. or download this
    package FileParser;
    
    ...
    while ($fp->next_parseable_file) {
      my $data = $fp->get_data;
    }