Re: perl line breaks...

2003-07-07 Thread Rob Dixon
Charles K. Clarkson wrote: > Ling F. Zhang <[EMAIL PROTECTED]> wrote: > > > > it is always not good to have a line of instruction > > that's very long...what's perl's character to break up > > the code? > > There isn't one. Perl statements end with a > semicolon (there are exceptions). You can

RE: perl line breaks...

2003-07-06 Thread Charles K. Clarkson
Ling F. Zhang <[EMAIL PROTECTED]> wrote: : : it is always not good to have a line of instruction : that's very long...what's perl's character to break up : the code? There isn't one. Perl statements end with a semicolon (there are exceptions). You can use any amount of whites space you wish t

Re: perl line breaks...

2003-07-06 Thread Casey West
It was Sunday, July 06, 2003 when Ling F. Zhang took the soap box, saying: : it is always not good to have a line of instruction : that's very long...what's perl's character to break up : the code? I'm confused. You can use any whitespace... : e.g. : $a=1+2+3+4+5+6+7+8+9+10; $a = 1 + 2 + 3 +

perl line breaks...

2003-07-06 Thread Ling F. Zhang
it is always not good to have a line of instruction that's very long...what's perl's character to break up the code? e.g. $a=1+2+3+4+5+6+7+8+9+10; __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- To unsubscribe, e-mail: [EMAIL