Help for this page

Select Code to Download


  1. or download this
         %known_files = map { my($k,$v)=split(/=/) } <LINKS>;
  2. or download this
         foreach (keys %known_files)
         {
              if(/announcements|links|news|info/i)
    ...
                    $top_level{$_} = $known_files{$_};
              }
         }
    
  3. or download this
         sub middle
         {
              print @lines;
         }