mhonarc-dev

Re: remove_dups usage

2005-06-22 15:49:36
On June 22, 2005 at 17:46, East Coast Coder wrote:

@refs = remove_dups(\(_at_)refs);        # Remove duplicate msg-ids

Is that necessary? Since it's pass-by-ref, can't we just do:
remove_dups(\(_at_)refs);

No.  RTFRS (Read the friendly routine source).  The passed in
array is not modified.

--ewh

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>