Thanks.
Just so that I understand:
push @pingErrorsName, $element if !grep $_ eq $element, @pingErrorsName;
Is actually taking each value in @pingErrorsName and validating if it is equal
to $element.
>
> From: "Jeff 'japhy' Pinyan" <[EMAIL PROTECTED]>
> Date: 2005/07/29 Fri AM 11:32:15 EDT
> T
Unfortunately I cannot as this is a cross-platform implementation. I need to
avoid using any OS dependant commands.
>
> From: Eric Walker <[EMAIL PROTECTED]>
> Date: 2005/07/29 Fri AM 11:19:16 EDT
> To: beginners@perl.org
> CC: [EMAIL PROTECTED]
> Subject: Re: Grep uniqueness issue
>
> can you