in reply to Data::Dumper not Seen()ing variables

(this my post... I didn't realize I wasn't logged in...) Daveman on freenode/#perl tried the same code and it appears to work fine (as expected). After some testing it seems to work on i386 architectures. This explains why I could have sworn the code was working before - I upgraded my server recently. I've got a feeling it's got something to do with:
sub format_refaddr { require Scalar::Util; sprintf our $refaddr_format, Scalar::Util::refaddr(shift); }
in Dumper.pm...

Replies are listed 'Best First'.
Re^2: Data::Dumper not Seen()ing variables
by sili (Initiate) on Nov 02, 2006 at 07:59 UTC
    On second thought, it's probably something in Dumper.xs. Scary stuff... maybe I'll just ditch USE_64_BIT_ALL and perlbug