Help for this page
Select Code to Download
Select
or
download this
my @a=((),(),()); printf "%d\n", scalar @a;
Select
or
download this
printf "%d\n", scalar map {()} 1..3;