Thank you everyone for so many ideas and also for the suggestions. Paul's 
trick was cool and very simple, which makes you think "I should've done it 
myself". Thanks so much again.

Best regards,
Saiful

On 5/31/05, Brad Baxter <[EMAIL PROTECTED]> wrote:
> 
> On Tue, 31 May 2005 [EMAIL PROTECTED] wrote:
> 
> > Amin,
> >
> > This should do the trick:
> >
> > my @keywords = split(/[<>]+/,$keywords );
> >
> > Ian
> 
> Or,
> 
> my @keywords = $keywords =~ /<([^>]+)>/g;
> 
> Regards,
> 
> Brad
> 



-- 
Saiful Amin
Information Specialist
Edutech India
8 Khader Nawaz Khan Road
Chennai 600006, India
Tel: +91 44 2833 0999
GSM: +91 98407 76214
Fax: +91 44 2833 1777
www.edutechindia.com <http://www.edutechindia.com>
"Enhancing knowledge and skills for success, lifelong."

Reply via email to