in reply to Perl forking and shared memory strangeness under Windows
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;
|
|---|