in reply to Bizarre References Question

#this works
$value = \'xyzzy'; $value = $value2 = $$value; #this coredumps $value = \'xyzzy'; $value = $$value; #looks like a bug to me.

Replies are listed 'Best First'.
Re: Re: Bizarre References Question
by demerphq (Chancellor) on Feb 15, 2002 at 17:15 UTC
    Weird.

    Neither core dump for me.

    Only the eval version does that here.

    This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2001, Larry Wall Binary build 629 provided by ActiveState Tool Corp. http://www.ActiveS +tate.com Built 12:27:04 Aug 20 2001

    Yves / DeMerphq
    --
    When to use Prototypes?