Help for this page

Select Code to Download


  1. or download this
      # Magical export invocation.
      use Exporter;
      @ISA = 'Exporter';
      @EXPORT_OK = qw(genHeader);
    
  2. or download this
      # Body here.
      # Will fill in
    ...
        my $i = shift;
        print "<VirtualHost $i>\n";
      }