(I already sent this once, <1rhe7dxz0i.fsf@vingodur.ifi.uio.no>, not sure why it didn't show up?) let's try again. this crashes: format STDOUT = ^<<<<<<<<<<<<<<~~ $el . %hash = ("k" => "v"); for $el (keys %hash) { write; } this works: format STDOUT = ^<<<<<<<<<<<<<<~~ $el . %hash = ("k" => "v"); for $e (keys %hash) { $el = $e; write; } -- Kjetil T.Thread Previous | Thread Next