Help for this page

Select Code to Download


  1. or download this
    %stuff = ($text =~ /(?:class|struct) \s+ ([\w\d_:]+) \s*
                        : \s* (?:public|protected|private)
                        \s+ ([\w\d_:]+) \s* \{/gsx);