in reply to Puzzling $| behavior
Then try the same code (syntax adjusted) in any other language that supprts printf, like C. You will get different answers depending on the implementation. Some compilers give gifferent results depending on optimisation switches (Visual Studio, not gcc).$x=0; printf "%d %d %d\n",$x--,$x--,$x--;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Puzzling $| behavior
by ikegami (Patriarch) on Oct 08, 2007 at 07:37 UTC |