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 + 4 + 5
    + 6 + 7 + 8 + 9 + 10;



  Casey West

-- 
"I'm going to memorize your name and throw my head away."
 --Oscar Levant


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

Reply via email to