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