in reply to Re: perl-5.8.0 print statement
in thread perl-5.8.0 print statement
you aren't printing a newline after the output, which operating systems like linux require.
Sorry, that's wrong. There's no such requirement. Observe:
It may look funny, but it'll print just fine regardless of whether there's a newline or not.bash$ uname -a Linux amano 2.4.18-3ntfs #2 Sun Jun 9 12:40:53 PDT 2002 i686 unknown bash$ perl -e "print crypt('password','A0')" A0qxUqZSv1XUUbash$
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl-5.8.0 print statement (win32? \r?)
by tye (Sage) on Feb 06, 2003 at 04:24 UTC | |
|
Re^3: perl-5.8.0 print statement
by Coruscate (Sexton) on Feb 06, 2003 at 04:40 UTC |