Help for this page

Select Code to Download


  1. or download this
    sub r {
      my $s;
    ...
        ( &r , $s ) :
        ()
    }
    
  2. or download this
    sub recursive_s2a {
      my $str_last;
    ...
        return;
      }
    }