in reply to Bizarre References Question

Oddly enough, changing the LHS from $value to $value2 avoids the coredump on my linux machine... *shrug*
# This one used to coredump, but doesn't anymore... my $value2 = $$value; # was $value = $$value print "New \$value2 = $value2\n";

-Blake