Very Sluggish Code

2012-06-11 Thread GlenM
Hello Folks; I see an earlier post about sluggish code - I am not really sure what I am doing, so I let me post my entire script here. ++ #!/usr/bin/perl #use strict; use DBI; use XML::XPath; use XML::XPath::XMLParser; # Set the input dir where

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