Help for this page

Select Code to Download


  1. or download this
        use strict;
        use warnings;
    ...
        my $r = shift;
        $r->content_type('text/plain');
        print("Now is: " . scalar(localtime) . "\n");
    
  2. or download this
    SetHandler modeperl
    PerlResponseHandler Apache2::AddFilterDyn