in reply to Bug in perl compiler?
Hmmm, undef is a function too, so I guess it's parsed as:
$x = { a => undef('b') => 'x', };
Which means you're asking Perl to undefine a string literal - still shouldn't segfault.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Bug in perl compiler?
by djantzen (Priest) on Dec 11, 2002 at 10:41 UTC |