Re: Help with String/Array manipulation

2008-12-10 Thread Sanju Shah
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 column widths.

Re: Help with Split

2008-11-05 Thread sanju . shah
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 in $tele.

Help with Split

2008-11-04 Thread sanju . shah
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