in reply to
Re^2: array of arrays - context problem
in thread
array of arrays - context problem
So thanks you;
Copy and Paste error !
$scalar = @array;
or
print scalar @array;
or
print int @array;
OK !?
Mago
mago@rio.pm.org
Comment on
Re^3: array of arrays - context problem
In Section
Seekers of Perl Wisdom