> I have an array that I'm adding to it every time I see an item, but it is
> not adding it's appending to the array?
I did not see push() or unshift() anywhere in your code.
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveSta
What you getting is out of the first 'if' where you find 'sticky
tag' and fld 3 is NOT EQUAL to (none) then you are placing in stickytag what
is in fld 3 and then concatenating the value into stickytags{$FileName}.
This is not an array, but a HASH.
What would be helpful is the d