You may want to check first that the list has an even number of entries:
die "Invalid parameters" if @_ % 2;
but after that it's just:
%myHash = @_;
HTH,
Rob
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]