[replying from here since this is the only way I received it]

> "Myers, Dirk" wrote:
> > 
> >         $line/pattern/ ;
> 
> >         /pattern/ ($line) ;

I don't think these should be changed. Here's how I tend to pronouce
things:

  $x = 'foo';   # "x gets foo"
  /bar/;        # "match on bar"
  $x =~ /baz/;  # "x gets matched on baz"

C<=~> is a special case of "getting" something, where the something in
question is an action instead of an expression. This symmetry should
be kept.

-- 
There is no TRUTH. There is no REALITY. There is no CONSISTENCY. There
are no ABSOLUTE STATEMENTS. I'm very probably wrong. -- BSD fortune(6)

Reply via email to