On 12/26/05, Robin Houston <[EMAIL PROTECTED]> wrote:
> +    # Check that constant overloading propagates into evals

As a further confirmation of the fact, the following one-liner (using
bigint and eval with strings) that used to output

$ perl -Mbigint -e "my $x = eval '1+2'; use Data::Dumper; print Dumper $x"
$VAR1 = undef;

now outputs "$VAR1 = 3" as expected. No contortion to get a proper answer.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to