Hi All,

I am a noob in Perl and hence would like some help to what I am sure is a very 
easy problem.

I have got a text  file in csv format
The format is:
<TICKER>,<DATE>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOLUME>,<OI>

Now my objective is to change the format of the date, and rename the whole file 
as a .csv

So, my strategy is:
I want to read the content between the first and second comma, take it in a 
variable and do the slicing and dicing and write it back.

Because I need some real life practice in REGEX, how do you suggest I read the 
contents between the first and the second comma?

Soham


      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to