Help for this page
$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