Help for this page

Select Code to Download


  1. or download this
    local($from,$to,$opts) = @_;
  2. or download this
    my $tr=eval "sub { (defined \$_[0] ? \$_[0] : $_)
                                   =~tr/$from/$to/$opts}";