Thanks. I was able to accomplish it using unpack command.
On Tue, Dec 9, 2008 at 7:26 AM, Rob Dixon <[EMAIL PROTECTED]> wrote:
> sanju.shah wrote:
>>
>> I am looking for some suggestions on any advanced functions Perl might
>> have that i might be missing.
>>
>> Basically, I have an array with col
On Nov 4, 5:16 am, [EMAIL PROTECTED] (Peter Scott) wrote:
> On Mon, 03 Nov 2008 21:12:40 -0800, sanju.shah wrote:
> > I have a string: " Confirming: yes Supplier
> > Telephone: 213-923-0392"
>
> > I want to split the string so that i can capture yes in $conf and
> > 213-923-0392 i
I have a string: " Confirming: yes Supplier
Telephone: 213-923-0392"
I want to split the string so that i can capture yes in $conf and
213-923-0392 in $tele.
TIA for all the help,
-ss
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC