Steve Lukas schreef:

> In between, I think 'variable' is too long, so:
> $code =~ s/variable/vari/g;

I don't think it is too long, since most of the times you don't need to
mention it. Could 'rw' be an alias?

  my rw @heredoc_stubs is context = ();

  my @heredoc_stubs is rw context = ();

  my @heredoc_stubs is context.rw = ();

  my @heredoc_stubs is context/rw = ();

  my @heredoc_stubs is context+w = ();

-- 
Affijn, Ruud

"Gewoon is een tijger."

Reply via email to