Re[2]: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-09 Thread Tim Musson
Not sure I would consider myself a beginner either, but I still have a long way to go . And yes I would very much like to see a tutorial like this. AC> I'm not a beginner, but that sounds like a great way to start up a AC> discussion about efficient program development. Go for it! AC> At 02:0

Re: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-08 Thread fliptop
Mark Rowlands wrote: > > Yes, everything is of use!..but here' a thought:- I have just finished > reading a paper by a well known perl guru. All fine and good and no doubt > technically spot on..but at no point does it ever suggest why you might > choose approach a over approach b. A pa

Re: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-08 Thread Mark Rowlands
On Thursday 07 June 2001 08:02, fliptop wrote: > Teresa Raymond wrote: > > This snippet of code works as it is but I was wondering if there was > > a way to rewrite it more succinctly. I am also not using my $var="" > > after a few days of reading the code samples being posted here, i have > been

Re: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-07 Thread mcrawley
Without question! -- Original Message -- From: "William McKee" <[EMAIL PROTECTED]> Date: Thu, 7 Jun 2001 09:48:54 -0400 >On 7 Jun 2001, at 2:02, fliptop wrote: >> does anyone feel this would be helpful? i'd put in the time only if >> other beginners though

Re: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-07 Thread William McKee
On 7 Jun 2001, at 2:02, fliptop wrote: > does anyone feel this would be helpful? i'd put in the time only if > other beginners thought it would be of use. Absolutely! William

RE: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-07 Thread Frank J. Schmuck
ymond Cc: beginnerperllist Subject: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local) Teresa Raymond wrote: > > This snippet of code works as it is but I was wondering if there was > a way to rewrite it more succinctly. I am also not using my $var="&quo

Re: tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-07 Thread Aaron Craig
I'm not a beginner, but that sounds like a great way to start up a discussion about efficient program development. Go for it! At 02:02 07.06.2001 -0400, you wrote: >Teresa Raymond wrote: > > > > This snippet of code works as it is but I was wondering if there was > > a way to rewrite it more su

tutorial proposition (was: Re: Succinct Code, Use of my $var and global vs local)

2001-06-06 Thread fliptop
Teresa Raymond wrote: > > This snippet of code works as it is but I was wondering if there was > a way to rewrite it more succinctly. I am also not using my $var="" after a few days of reading the code samples being posted here, i have been wondering how i can help perl beginners with advice on