Re: Please excuse the NOOB question - but I guess since this is a perl.beginners group

2010-02-26 Thread Rene Schickbauer
GlenM wrote: Okay; I am sure that someone out there has done this before - I *think* I am on the right track. I have a directory full of emails. What I would like to do is read each file in, then parse them into a CSV style file. Example: #!/usr/bin/perl use warnings; use strict; open FILE

AW: Please excuse the NOOB question - but I guess since this is a perl.beginners group

2010-02-26 Thread Thomas Bätzler
Hi, GlenM wrote: > I am sure that someone out there has done this before - I *think* I am > on the right track. > > I have a directory full of emails. What I would like to do is read > each file in, then parse them into a CSV style file. Quick aside: you can use the $. builtin variable to get t

Re: Please excuse the NOOB question - but I guess since this is a perl.beginners group

2010-02-26 Thread Uri Guttman
glen, you posted this to comp.lang.perl.misc and got plenty of help there. again, your subject line has nothing to do with the actual request. please learn to use these resources properly with good subjects (state the technical problem, not a begging for help). also why did you ask for more help

Please excuse the NOOB question - but I guess since this is a perl.beginners group

2010-02-26 Thread GlenM
Okay; I am sure that someone out there has done this before - I *think* I am on the right track. I have a directory full of emails. What I would like to do is read each file in, then parse them into a CSV style file. Example: #!/usr/bin/perl use warnings; use strict; open FILE , "/home/gmill