in reply to Perl forking and shared memory strangeness under Windows

Nice one, absence of a comment causes Perl to crash !!

As a first try, check to see if B::Deparse results in the same code with and without the comment - having said that, I'm not hopeful that will reveal much, but it will discount one possible cause.

+++++++++++++++++
#!/usr/bin/perl
use warnings;use strict;use brain;

  • Comment on Re: Perl forking and shared memory strangeness under Windows