in reply to Re: Non-deterministic behaviour with simple array initialization
in thread Non-deterministic behaviour with simple array initialization

Hi Jenda,

you mean, right before the while(1)? No, same effect.

Update: I changed it like this:

my $i = 0; my $pad = 'padding'; my $pad2 = 42; my @e; BIGLOOP: while (1) {

Is that what you meant? The problem is still there ...

  • Comment on Re^2: Non-deterministic behaviour with simple array initialization
  • Download Code