You're right.
C:\test>perl -MO=Deparse -e"while( <> ) { print }" while (defined($_ = <ARGV>)) { print $_; } -e syntax OK
But if you're doing it yourself, it's as well to.
In reply to Re^3: using multiple conditionals in a while(test)
by BrowserUk
in thread using multiple conditionals in a while(test)
by How09
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |