in reply to Re: Subclassing, done right?
in thread Subclassing, done right?
package Foo; use base Net::DAV::Server; sub propfind { # copy of the original propfind() from Net::DAV::Server # do something _dav_child(soemthing); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Subclassing, done right?
by Fletch (Bishop) on Aug 06, 2010 at 17:37 UTC |