Help for this page

Select Code to Download


  1. or download this
    print map { /....(.)/ and $++$+ } "@{[0..9]}";
    
  2. or download this
    my @c = ( my @a = each %ENV, my @b = each %SIG );
    
    print @a . " + "
        . @b . " = "
        . @c . "\n";