Just because you CAN take shortcuts in Perl doesn't necessarily mean that you
should. Even though it's less typing, it might be more difficult to
understand what's going on to someone else reading your code, or to yourself
after looking at the code some time later.
That's what I always
> -Original Message-
> From: Bruce Ambraal [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 14, 2002 1:24 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Help can't figure this one out
>
>
> I have written following coding to produce a triangle
> pattern(see below);
> I no
Bruce Ambraal wrote:
>
> I have written following coding to produce a triangle pattern(see below);
> I now want to produce following paterns I can't figer this out
>
> (a)(b) (c) (d) diamond
>** * * * * * * *