Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: mlists@xxxxxxxxxxxxxxx (JupiterHost.Net)
- Date: Thu, 28 Apr 2005 09:11:50 -0500
(really beginners) could think "@a" will empty array, which is not true.
yes it is true, they are both empty lists:
perl -mstrict -MData::Dumper -we 'my @x;my @y = ();print Dumper \@x, \@y;'
Show me any difference in @x and @y :)
Its about when and how its handled and the time it takes to handle it.
See John's excellent explanation earlier for more details. .
- References:
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: DBSMITH
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: JupiterHost.Net
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: JupiterHost.Net
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: John W. Krahn
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- Prev by Date: Compare to a list
- Next by Date: Re: Compare to a list
- Previous by thread: Re: REGEXP removing - il- - -b-f and - il- - - - f
- Next by thread: Re: REGEXP removing - il- - -b-f and - il- - - - f
- Index(es):