Help for this page

Select Code to Download


  1. or download this
    use 5.010;  # needs perl version 5.10 regex extensions
    
    ...
        return $string;
    
        }  # end sub replace_lt_6()
    
  2. or download this
    $string =~ s{
    
    ...
    
        }
        {$replace}xmsg;