in reply to Re: Omitted subroutine arguments
in thread Omitted subroutine arguments

> (yes, I've also at times wished this would work...).

it has maintenance advantages in long lists if trailing commas don't count

%hash= ( key1 => value1, key2 => value2, key3 => value3, key4 => value4, key5 => value5, )

IIRC I heard users of other languages complaining about this "missing feature".

Well you can't have it all ...

Cheers Rolf