Help for this page

Select Code to Download


  1. or download this
    sub cmpstr {
      my( $arg ) = @_;
    ...
        'string concat', sub { print strConcat( $arg ) },
      );
    }