Help for this page

Select Code to Download


  1. or download this
    $J=qw,34+40;117;79+36;(116);32;,;
    
    ...
    
    print (&$e(&$s($_)))for(split(/;/,$J));
    print "\n";#-re out at all;-)
    
  2. or download this
        $t=sub {
                             s      q     r     t
    ...
                &$s(&$t_(shift()))
        }
    
  3. or download this
        $t=sub {
            $t_="sqrt $_[0]";
            &$s( $t_ )
        }
    
  4. or download this
          $t=sub { sqrt $_[0]; } # &$s merely evaluates the string
    
  5. or download this
        $e=sub{
                              c      h     r
    ...
                &$s(&$t_(shift()));
        };
    
  6. or download this
        $e=sub { chr($_[0] ) };
    
  7. or download this
    for ( split(/;/,$J) ) {
        print ($&e(&$s($_));
    }
    
  8. or download this
    @J =( 74,117,115,116,32,97,110,111,116,104,101,114,32,112,101,114,108,
    +32,104,97,99,107,101,114);
    for ( @J ) { 
        print chr( $_ );
    }
    print "\n";