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 / PerlScript.pm < prev    next >
Encoding:
Perl POD Document  |  2002-09-12  |  142 b   |  11 lines

  1. package Apache::ASP::Lang::PerlScript;
  2.  
  3. sub new { 
  4.     my($class, %args) = shift;
  5.     bless \%args, $class;
  6. };
  7.  
  8. sub CommentStart { '#' };
  9.  
  10. 1;
  11.