> 
> Mmmh, Embperl 2 should generate the same Perl code
> for both of these
> examples. Maybe it's related to the "do stuff" part?
> If you not already done
> so please make that part very simple, for example
> just a $i++ . Does it
> still crash?

It does not matter what I put in the block.  For
example, I have tried:

next;

Which still breaks it.  And, interestingly, this:

print OUT "got here"; exit;

does not crash within the while block.  So it does not
segfault on the first iteration, but the second.  This
does not work:

i++; exit if $i > 1;

I'll get a stacktraceback in a minute.
-Jarrod


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to