Help for this page

Select Code to Download


  1. or download this
    sub nar_substitute {
        my @numeric_chars = ( 0 .. 9 );
    ...
        }
        return $message;
    }