something like this should work...
(@somearray) = split(/\(.*\)/, $a);
On Sat, 26 Jan 2002, Hubert Ian M. Tabug wrote:
> Hi,
>
> Given the string $a = "xxx xxx xxx xxx xxx xxx xxx (Jan 12
> 1990 ......)", I wan't to selectively extract that part of the string
> having the (Jan 12 1990 ...) and store it in an array. Can someone guide
> me?
>
>
> Thanks,
> Hubert
>
>
--
Deen Hameedd [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
