sub method1 { my $self = shift; ... maybe do some stuff ... $self->method2(@_); ... maybe do some more stuff ... return $something; } # or even more simply sub method2 { shift->method3(@_) }
Otherwise I always my($c,...) = @_;
"If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."
In reply to Re^3: Stupid mistakes I repeatedly make
by DrWhy
in thread Stupid mistakes I repeatedly make
by brian_d_foy
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |