in reply to Re^4: Poll: How should the =( )= be called???
in thread Poll: How should the =( )= be called???

Why would I pronounce it? It's not even a real operator, and hence I wouldn't write it as such in serious code.
$count = () = /foo/g;
is just "assign the number of occurrences of foo to count". Or would you say:
scalar-sigil identifier-count scalar-assign empty-list list-assign match-open regexp-literal-foo match-close modifier-g semi-colon
possibly replacing scalar-assign empty-list list-assign with goatse or another name?