At 2002-12-03T21:53:29Z, Lee J Carmichael <[EMAIL PROTECTED]> writes:
> while(<IN>) {
> chomp;
> print OUT "\n";
> }
Wouldn't that print only an EOL? Shouldn't that be:
print OUT "$_\n";
or similar?
--
Kirk Strauser
In Googlis non est, ergo non est.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message
