Help for this page

Select Code to Download


  1. or download this
    my $req = Apache::FakeRequest( uri='/foo/bar', is_main=>1...);
    
    *Apache::FakeRequest::request_uri = sub{ 
       #gen the uri here 
    };
    
  2. or download this
    Subroutine Apache::FakeRequest::request_uri redefined at...