Help for this page

Select Code to Download


  1. or download this
    sub jibe {
      my($s,$t) = @_;
      my $r = join('', (is_utf8($s)?$s:decode('utf8',$s)), (is_utf8($t)?$t
    +:decode('utf8',$t)));
      return $r;
    }
    
  2. or download this
    my $cn = jibe(jibe($givenname," "),$sn);