On 1/19/07, Rob Dixon <[EMAIL PROTECTED]> wrote:

Igor Sutton wrote:
> I have an update:
>
>> my @data = $string =~ m/0x(\d{2})/g;
>
> my @data = $string =~ m/0x(\S{2}),?/g;
>
> Now I think it is right :)

my @data = $string =~ m/=0x(..)/g;

:)

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




Thanks for the alternative option.

Thanks and Regards,
Dharshana

Reply via email to