On Wed, 1 Dec 2004 08:56:49 -0800, Larry Wall <[EMAIL PROTECTED]> wrote:
> Or maybe we just stick with what we already allow:
> 
>     my $name = 'add';
>     my $code = q[
>         sub \qq[$name] ($left, $right) {
>             return $left + $right;
>          }
>     ];
> 
> After all, that's why we put \q interpolation into '' in the first place.

I missed that. Thanks.

-- 
matt diephouse
http://matt.diephouse.com

Reply via email to