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
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
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
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