On 1/6/10 Wed Jan 6, 2010 10:38 AM, "Grove, Michael" <migr...@state.pa.us> scribbled:
> Thanks. > > Is this better? > > print "$first, $second, $third","\n"; I would just use: print "$first, $second, $third\n"; > > 255, 255, 255 > 765 > > If I put the second set of quotes after the last comma, I get an error. Not sure what you mean. Can you show us the exact line and the exact error you are getting? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/