On Friday 27 June 2008 12:04:09 Bram via RT wrote: > > The bug can be reduced to the simpler case: > > > > sub f ($); # Comment out to get right result! > > sub f ($) { > > my $test = $_[0]; > > write; > > format STDOUT = > > @<<<<<<< > > $test > > . > > } > > f(1); > > f(2); That's the same bug as RT #50528. -- cThread Previous | Thread Next