Help for this page

Select Code to Download


  1. or download this
    $strOutput =~ s{                 # First, we'll list things we want 
                                        # to match, but not throw away
    ...
        )
            
    }{$1}gsx;