Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: changing object's methods at runtime

by robartes (Priest)
on May 21, 2003 at 11:46 UTC ( [id://259691]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Apache::FakeRequest::ViceRaid;
    use base qw(Apache::FakeRequest);
    sub lookup_uri {
      # do your stuff.
    }
    
  2. or download this
    $ perl -e 'sub nonlvalue { return }; nonlvalue()=1;'
    Can't modify non-lvalue subroutine call in scalar assignment at -e lin
    +e 1, near "1;"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (8)
As of 2024-04-18 14:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found