On Fri, 28 Feb 2003, darren chamberlain wrote:

> >   my $left  = shift;  # this/self
> >   my $right = shift;  # the other obeject
> >   my $rev   = shift;  # have the args been reversed by perl?
> 
> But you can do that anyway:
> 
>     my ($left       # this/self
>         $right      # the other obeject
>         $rev) = @_; # have the args been reversed by perl?

But the latter method is more susceptible to maintainance errors in my 
view.

Jason Clifford
-- 
UKFSN.ORG               Finance Free Software while you surf the 'net
http://www.ukfsn.org/           Get the T-Shirt Now


Reply via email to