Michael Lazzaro wrote:

Great -- then I have only one more question, I think. In the words of a certain cartoon character, what's *this* button do?

my $b is $a;
Syntax error, I'd expect. Though the desired effect could probably be achieved
with the C<prop> meta-property:

    my $b is prop($a);

Damian

Reply via email to