Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: konfera@xxxxxx (Ing. Branislav Gerzo)
- Date: Thu, 28 Apr 2005 09:02:03 +0200
DBSMITH@xxxxxxxxxxxxxx [D], on Wednesday, April 27, 2005 at 12:55
(-0400) wrote the following:
D> But I do not understand what the (split)[-1] is saying? please explain.
it gets last splitted value from the list.
(split)[0] #get the first splitted value
(split)[0,1] #get first and second splitted value (assign it to @array)
(split)[-1] #get the first value from the end of list
--
How do you protect mail on web? I use http://www.2pu.net
[Punny Book: Fastest Gun In The West - Everett DeReady]
.
- References:
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: JupiterHost.Net
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- From: DBSMITH
- Re: REGEXP removing - il- - -b-f and - il- - - - f
- Prev by Date: Re: REGEXP removing - il- - -b-f and - il- - - - f
- Next by Date: Re: General Enquiry regarding the Perl
- 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):