Kevin Pfeiffer wrote:

> ... (though I'm
> getting tired of typing "my $self = shift;").  ;-)
>
> -K

Then copy it.  I very rarely type such lines more than once in a module.
Thereafter I just pull the line from another method body.  It is critical,
though, since this is the line that ties the action to the instance of the
class.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to