K 10 svn:author V 4 miwi K 8 svn:date V 27 2008-02-16T23:49:30.000000Z K 7 svn:log V 311 This moudles adds self and args keywords in your Perl OO module. It's really just handy helpers to get rid of: my $self = shift; Basically, self is just eqaul to $_[0], and args is just $_[1..$#_]. WWW: http://search.cpan.org/dist/self/ PR: ports/120190 Submitted by: Gea-Suan Lin END