On Tue, 11 Dec 2007 12:05:13 -0800
John W.Krahn <[EMAIL PROTECTED]> wrote:
[snip]
> This shows the influence that the C programming language has on Perl.
> for (;;) { ... } is used in C for an infinite loop. In Perl you could
> also write that as while (1) { ... }.
Minor quibble: 'while (1) { ... }' is perfectly legal in C, too.
> John
Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/