Re: How to Extract to a flat file thru Excel an Access DB file

2009-05-12 Thread Richard Loveland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wagner, David --- Senior Programmer Analyst --- CFS wrote: > I have an Excel file that I am copying from a Windows server to Linux > box(initially). I then extract each worksheet to their own csv. Within the > Excel is detail that is contained

Re: Perl code for comparing two files

2009-05-08 Thread Richard Loveland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mr. Adhikary, The following will take any number of files as arguments, in the format you described (I even tested it! :-)). It goes through each line of those files, stuffing (the relevant part of) each line in a 'seen' hash (more on that, and other,