in reply to $|= 0 at start of script
$|=0; print $|; $|=-1; print $|; $|++; print $|; $|++; print $|; prints: 0 1 1 1 [download]