Re: Help can't figure this one out

2002-02-14 Thread James Taylor
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

RE: Help can't figure this one out

2002-02-14 Thread Bob Showalter
> -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

Re: Help can't figure this one out

2002-02-14 Thread John W. Krahn
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 >** * * * * * * *