On Wed, Jul 30, 2003 at 08:43:48AM +0200, [EMAIL PROTECTED] wrote:
> Less code:
> 
> sub simpleClone($){

Even less[0]

  use Storable qw(dclone);
  my $dolly = dclone($dolly);

Storable is also fast and comes standard with 5.8.

-- 
Steve   [0] actually quite a bit more, but you don't 
            need to write it

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

Reply via email to