Re: Need a way to begin learn Perl

2002-06-11 Thread Marty Landman
At 05:05 PM 6/10/02 -0700, drieux wrote: >on http://thecgibin.com/index/faqs.shtml?Perl's_Quote_Words_Feature >you make the assertion > > my @peppers = (qw(green red yellow black cayenne)); > >is this an old perlism since I have always done that as > > my @peppers = qw(green r

Re: Need a way to begin learn Perl

2002-06-10 Thread Greg Jetter
On Monday 10 June 2002 02:40 pm, Ahmad wrote: > Hi. > > I would like to begin learning Perl, but I don't know where I begin > learning it does anybody has any sugest??? > > Ahmad > [EMAIL PROTECTED] Get a copy of perl nd start by reading through the pod file , plain old documentation. t

Re: Need a way to begin learn Perl

2002-06-10 Thread drieux
On Monday, June 10, 2002, at 04:28 , Marty Landman wrote: > You could take a peek at my tutorial site http://thecgibin.com. interesting place, will have to rummage around more, but on http://thecgibin.com/index/faqs.shtml?Perl's_Quote_Words_Feature you make the assertion my @peppers =

Re: Need a way to begin learn Perl

2002-06-10 Thread Marty Landman
>On Monday, June 10, 2002, at 03:40 , Ahmad wrote: > >>I would like to begin learning Perl, but I don't know where I begin learning >>it does anybody has any sugest??? You could take a peek at my tutorial site http://thecgibin.com. Also if you have a *nix box at home install Perl on there..

Re: Need a way to begin learn Perl

2002-06-10 Thread drieux
On Monday, June 10, 2002, at 03:40 , Ahmad wrote: > Hi. > > I would like to begin learning Perl, but I don't know where I begin > learning > it does anybody has any sugest??? > > Ahmad > [EMAIL PROTECTED] never lead with a leading question OBLIGATORY first case learn to 'u