Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD {
      our $AUTOLOAD;
    ...
      return $s->{_last_iterator_file};
    }
    
  2. or download this
      while ($fp->get_next_file) {
        print $fp->selected_file . "\n";
    ...
          print $fp->selected_file . "\n";
        }
      }