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/
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
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