Help for this page

Select Code to Download


  1. or download this
    $str="himanshu.txt^@";
    if($str =~ /(\w+)/) {
        $str = "$1.$2";
    }