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 intern
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 fir
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 anythin
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 spac
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.