Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # This is the index for <dir>.
    ...
        story($page_fh, { 'doc magic' => $magic, 'line magic' => $magic })
    +;
      }
    );
    
  2. or download this
    sub base_menu {
      my %opt = @_;
    ...
    
      return @file_lines > 0 ? \@file_lines : undef;
    }