in reply to Which, if any, is faster?
i rather bet that benchmarking our both codes will show the difference between them.sub new { my ($class, $params) = @_; my $self = $params; bless $self, $class; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Which, if any, is faster?
by PetaMem (Priest) on Jun 01, 2005 at 15:03 UTC |