home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / mod_perl.pm < prev    next >
Encoding:
Perl POD Document  |  2003-12-31  |  191 b   |  17 lines

  1. package mod_perl;
  2.  
  3. use 5.006;
  4. use strict;
  5.  
  6. BEGIN {
  7.     our $VERSION = "1.9913";
  8. }
  9.  
  10. 1;
  11. __END__
  12.  
  13. =head1 NAME
  14.  
  15. mod_perl - Embed a Perl interpreter in the Apache/2.x HTTP server
  16.  
  17.