Hi.  U can't do that because Perl must autovivify $Config{bar} in order to
have a value to put into $_.  HTH.



At 08:54 PM 2/21/2011 +0100, Christian Walde wrote:
>      use Config;
>      # print 1 if $Config{foo}; # enabling this removes the crash
>      grep { $_ } $Config{bar}; # this crashes
>
>These two lines on their own will cause ActivePerl of any version to exit
with the error message above. I'm not sure what exactly causes this or
whether i should send this to the p5p mailing list, but i figured here is
better for a start.


--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to