in reply to Re^4: Perl 6: Static/Dynamic Strong/Weak Type Systems
in thread Perl 6: Static/Dynamic Strong/Weak Type Systems

no, no, what I wanted to show is that when a glob ia assigned to a scalar, the scalar becomes a glob!

After

$foo = *foo
$foo is a glob!