in reply to Re^2: Problem with Perl editors.
in thread Problem with Perl editors.
Are you sure?
perl -e "$| = -1; print $|"
$| is magical in that it can only have the values 1 and 0. $|++ switches unbuffering on, while $|-- toggles from on to off and back to on.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problem with Perl editors.
by radiantmatrix (Parson) on Jul 05, 2005 at 16:40 UTC | |
|
Re^4: Problem with Perl editors.
by GrandFather (Saint) on Jul 05, 2005 at 20:40 UTC |