On Thu, Mar 6, 2008 at 10:54 AM, Chas. Owens <[EMAIL PROTECTED]> wrote: snip > use Storable qw<freeze thaw>; snip > my $copy = thaw(freeze($fileSize)); snip
I should really read the docs before I post. This code can be simplified to use Storable qw<dclone>; my $copy = dclone($fileSize); -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/