"q4171","(08/11/03 23:30:48)",""
Makes me thing of CSV (comma separated value).
You may need to check CPAN for CSV module if
You have to parse a lot of such string from a given file.

José.

-----Original Message-----
From: Jerry Preston [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 12, 2003 10:38 AM
To: [EMAIL PROTECTED]
Subject: looking for a better way...


Hi!,

I am trying to breakdown this line:

"q4171","(08/11/03 23:30:48)",""

with  ( @data ) = split /[,|\"]/;#"

but I get many parts of the array that are empty.

All I want is in between the "'s.

Thanks,

Jerry




**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to