Help for this page

Select Code to Download


  1. or download this
    $constraint =~ m@
       ^\s*        # skip all whitespace at beginning
    ...
       [cgimosx]*    # ?? don't understand what this is for. what are we t
    +rying to match? I thought the ops were matched above
       \s*$        # skip all whitespace at end
       @x