"Markus Laire" schreef:

>     my $x = 'Just Another';
>     my $y := $x;
>     $y = 'Perl Hacker';
>
> After this, both $x and $y contain the string "Perl Hacker", since
> they are really just two different names for the same variable.
> </quote>

So "$x === Sy" stil holds.

-- 
Affijn, Ruud

"Gewoon is een tijger."


Reply via email to