in reply to Re: __DATA__ Inconsistencyin thread __DATA__ Inconsistency
$test = qq(); $_ = qq(); $test = $test . $_ while(<DATA>); [download]
In your sample code there is no "early on". Show us the actual code that is failing rather than what you consider to be a representative snippet. The code you have shown can not fail in the way you describe!