I\'m working on a new version of an already released code of perl, and found the line:
$|++;
AFAIK, $| is related with pipes, as explained
It increments autoflush, which is most probably equivalent to turning it on.