Subject: | thaw in scalar context |
my $y = thaw(freeze($x));
is equivalent to
my $y = 1;
I would recommend the following behaviour instead:
my $y = ( thaw(freeze($x)) )[0];
- Eric
Ref: http://stackoverflow.com/questions/9949826
This queue is for tickets about the FreezeThaw CPAN distribution.
The Basics
People
|
Bug Information
|