Help for this page
my $num = join '', map { int rand 10 } (0..(30 + int rand 10) );
my $num = join '', map { int rand 10 } (0..39);