On June 22, 2005 at 17:46, East Coast Coder wrote: > @refs = remove_dups([EMAIL PROTECTED]); # Remove duplicate msg-ids > > Is that necessary? Since it's pass-by-ref, can't we just do: > remove_dups([EMAIL PROTECTED]);
No. RTFRS (Read the friendly routine source). The passed in array is not modified. --ewh --------------------------------------------------------------------- To sign-off this list, send email to [EMAIL PROTECTED] with the message text UNSUBSCRIBE MHONARC-DEV
