On Fri, May 13, 2005 at 12:26:22PM -0700, Brent 'Dax' Royal-Gordon wrote:
: Well, the value's pretty easy--just pass in a variable:
: 
:     my $b = $a is foo($bar);

As we currently have it, that is not legal syntax.  "is" may only
be applied to declarations.  You must use "does" or "but" to mixin
things at run-time (where this includes the compiler's run-time bits).

Larry

Reply via email to