in reply to Re^2: use constant with parentheses
in thread use constant with parentheses

Normal comma doesn't expect a bareword, thus no problem.

Replies are listed 'Best First'.
Re^4: use constant with parentheses
by parv (Parson) on Jun 24, 2008 at 11:26 UTC

    Yes, that thought occurred (but somehow missed to note) to me after switching back & forth 2-3 times. In hash reference assignment, I preferred to use "=>" and "constant" sub call instead of using bareword with ",".

    At least now I can genuinely start my own list of things that I do not like about Perl.