I've come across the following bit of code:

print PIPE "This is line number $_\n" and $count++;

How does this differ from:

print PIPE "This is line number $_\n";
$count++;

Thanks!


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to