Help for this page

Select Code to Download


  1. or download this
    # a handler that gets executed first
    my %my_data = (foo => 'mod_perl', bar => 'rules');
    $r->pnotes('my_data' => \%my_data);
    
  2. or download this
    my $info = $r->pnotes('my_data');
    print $info->{foo};
    
  3. or download this
    mod_perl