\n is a newline on our current system (is NOT always ASCII LF)
\r is (is NOT always ASCII CR)
use \015\012 to say CR+LF on networking applications
| Prev | Home (Copyright Gabor Szabo) Perl Training Israel | Next |
| Socket level programming using IO::Socket | Up | Net::Telnet |