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.
> 
> TIA for all the help,

What have you tried so far?  When you read perldoc -f split. what does
that suggest to you?

-- 
Peter Scott
http://www.perlmedic.com/
http://www.perldebugged.com/


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


Reply via email to