Help for this page

Select Code to Download


  1. or download this
    sub get_next_file {
      my $s = shift;
    ...
      $s->{_selected_file} = $next_file;
      return $next_file;
    }