in reply to For the 'print' function in perl v5.14
Are you certain that perl -e '...' is not an alias for something else? perlrun lists options that could have been used to make print output a newline every time.
I recommend checking for shell aliases (and understanding or killing them), and invoking Perl via ./perl or the appropriate path to each Perl version.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Bug for the 'print' function in perl v5.14?
by Diamondust (Novice) on Sep 25, 2012 at 00:31 UTC |