Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: changing object's methods at runtime

by Anonymous Monk
on May 21, 2003 at 12:05 UTC ( [id://259696]=note: print w/replies, xml ) Need Help??

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...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://259696]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-18 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found