> =head1 TITLE
   > 
   > Deep Copying, aka, cloning around.


   > The C<CALLBACK> is an optional function to be called if C<clone>
   > encounters a filehandle.

...or anything else it doesn't know how to handle.
   

   > If C<clone> encounters a tied variable, it will call the C<CLONE>
   > method...

...of the underlying implementation object...
   
   > or fall back to C<UNIVERSAL::CLONE>. 
   

   > =head1 REFERENCES
   

The Storable and Data::Dumper modules

Reply via email to