Help for this page

Select Code to Download


  1. or download this
    $ perl -MApache2::RequestRec -e 'Apache2::RequestRec->new()'
    Can't locate object method "new" via package "Apache2::RequestRec" at 
    +-e line 1.
    
  2. or download this
    new
    
    ...
    
      $r = Apache2::RequestRec->new($c);
      $r = Apache2::RequestRec->new($c, $pool);
    
  3. or download this
    use strict;
    use warnings;
    ...
    );
    isa_ok( $cookie, 'Apache2::Cookie' );