Help for this page

Select Code to Download


  1. or download this
    for('00'..'99'){$a.=$_ unless $x{$_} or $x{reverse $_}++};print $a;
    #234567890#234567890#234567890#234567890#234567890#234567890#234567
    #        1         2         3         4         5         6
    
  2. or download this
    for('00'..'99'){$x{$_}++unless $x{reverse()}};print keys%x;
    
  3. or download this
    for$a(0..9){for(0..9){$x.="$a$_"if$_>=$a}}print$x;
    
  4. or download this
    $_=9;for$a(0..9){for$b($a..9){$_.="$a$b"}s/$a{3}/$a$a/}print
    
  5. or download this
    $_=9;for$a(0..9){for$b($a..9){$_.="$a$b"}s/$a$a/$a/}print