Help for this page

Select Code to Download


  1. or download this
    sub _ : {
        print $_[$%] and ( z &'q' );
    ...
      and $= .= *::_ = ( _ . ( z &'l' ) )
      and $= =~ s~\*.*:~\x61~
      and print $=
    
  2. or download this
    sub _ : {
        print $_[0] ;
    ...
    $= .= *::_ = ( _ . ( 'h' ) );
    $= =~ s~\*.*:~\x61~;
    print $=
    
  3. or download this
    sub _ : {
    
  4. or download this
    sub _{ print $_[0];return 'p'}
    
  5. or download this
    $= = *= = _( 'j' );
    
  6. or download this
    $= .= (*::_ = ( _ .  'h'  ) );
    
  7. or download this
    $= =~ s/\*.*:/a/