In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Gary L. Armstrong) wrote:

> Sure, Perl's a language but I'm used to muttering in ksh, so I also forget
> the newlines on the ends of my print statements, hehehe. I thought my prog
> was broken a few times, turns out the one-word output was immediately
> followed my long prompt so I misssed it.

that's easy to fix by setting the output record separator to a 
newline:

    $\ = "\n";

now talk ksh all you like. :)
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to