Help for this page
my $count=10; ... ($count) = $ARGV[0] =~ /^(\d+)/; shift(@ARGV); }
($count) = $ARGV[0] =~ /^(\d+)/;