Help for this page

Select Code to Download


  1. or download this
      sub def {
          $_[0]= def($_[1],"") if ! defined $_[0];
          return $_[0];
      }
    
  2. or download this
      $ext{index} = 'pod';
      for my $pod (  qw( HostCycle Instinet index )  ) {
          system "pod2html $pod" . def($ext{$pod},".pm") . " > $pod.html";
      }