OK, maybe I am confusing myself. :)
-Original Message-
From: Jeff 'japhy' Pinyan [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 9:27 AM
To: Paul Harwood
Cc: James Edward Gray II; Beginner Perl
Subject: RE: Creating uniqueness in complex data structures
On Nov 24, Pa
On Nov 24, Paul Harwood said:
>The problem is that the value in $thread can be duplicated therefore it
>will write over anything else contained there. That's the problem I am
>having.
>
>-Original Message-
>
>> if ($_ =~ /(T[0-9A-F]+) SCTS\((.+)\)/)
>> {
>>
Perl
Conversation: Creating uniqueness in complex data structures
Subject: Re: Creating uniqueness in complex data structures
On Nov 23, 2003, at 6:36 PM, Paul Harwood wrote:
> The log files I am parsing have threads (a T followed by several
> alphanumeric numbers) associated with each line
On Nov 23, 2003, at 6:36 PM, Paul Harwood wrote:
The log files I am parsing have threads (a T followed by several
alphanumeric numbers) associated with each line of text. I want to push
each value of $2 (which is a server name) into an anonymous array.
This works fine in the following code.
if ($