Re: printing sentences on the same line

2008-01-06 Thread yitzle
In addition to what Chas said, you may also want to add a space after each sentence. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: printing sentences on the same line

2008-01-06 Thread Chas. Owens
On Jan 6, 2008 7:48 PM, Ryan <[EMAIL PROTECTED]> wrote: > I have a small piece of a program which loops through lines of data, > using the construct, one line at a time, and prints different > pre-defined sentences, contingent upon what is found in each line of > data. The data are in the progra

printing sentences on the same line

2008-01-06 Thread Ryan
I have a small piece of a program which loops through lines of data, using the construct, one line at a time, and prints different pre-defined sentences, contingent upon what is found in each line of data. The data are in the program file, in a __DATA__ section. I use the simple print comma