Help for this page

Select Code to Download


  1. or download this
    sub from_to($$$;$) {
        my ( $string, $from, $to, $check ) = @_;
    ...
        return undef if ( $check && length($uni) );
        return defined( $_[0] ) ? length($string) : undef;
    }
    
  2. or download this
    my $uni = $f->decode($string);