* Eugene Krivdyuk: > Perl segfaults when compiling following script:
Minimal example seems to be:
sub {
my ($foo) = @_;
eval { use $foo; };
}
A non-anonymous sub fails, too. It's a bug during parser error
recovery, but I didn't get any further.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

