Re: Parse and Compare Text Files

2003-11-06 Thread John W. Krahn
Mike M wrote: Hi, Hello, I'm new to Perl and have what I hope is a simple question: I have a Perl script that parses a log file from our proxy server and reformats it to a more easily readable space-delimited text file. I also have another file that has a categorized list of internet

Re: Parse and Compare Text Files

2003-10-28 Thread Kevin Pfeiffer
In article [EMAIL PROTECTED], Mike M wrote: I've found this script on another message board that is close, but still doesn't work with my data. Any ideas on modifications? I think my biggest problem is the regex in the split function, because what this does is match ONLY against the first

Re: Parse and Compare Text Files

2003-10-27 Thread Mike M
I've found this script on another message board that is close, but still doesn't work with my data. Any ideas on modifications? I think my biggest problem is the regex in the split function, because what this does is match ONLY against the first column in the line, when I need it to match

Parse and Compare Text Files

2003-10-24 Thread Mike M
Hi, I'm new to Perl and have what I hope is a simple question: I have a Perl script that parses a log file from our proxy server and reformats it to a more easily readable space-delimited text file. I also have another file that has a categorized list of internet domains, also space-delimited.

Re: Parse and Compare Text Files

2003-10-24 Thread Wiggins d'Anconia
Mike M wrote: Hi, I'm new to Perl and have what I hope is a simple question: I have a Perl script that parses a log file from our proxy server and reformats it to a more easily readable space-delimited text file. I also have another file that has a categorized list of internet domains, also