c:\@Work\Perl\monks\babysFirstPerl>perl -wMstrict -le "my @array = (0 .. 10_000); print length(@array); " 5