Help for this page

Select Code to Download


  1. or download this
    package My::Class
    
    use Object::Proxy;
    
    ....
    
  2. or download this
    use Object::Proxy 'Proxy::This';
    
    my $obj = Proxy::This->new( @args );