Here $x & $y both return 4.use strict; my @abc= ('a','b','c','d'); my $x= @abc; my $y = scalar(@abc); print $x."#".$y;
In reply to Re^2: the basic datatypes, three
by sanPerl
in thread the basic datatypes, three
by root
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |