Help for this page

Select Code to Download


  1. or download this
    my $num = join '', map { int rand 10 } (0..(30 + int rand 10) );
    
  2. or download this
    my $num = join '', map { int rand 10 } (0..39);