in reply to Re^8: Help with Parse::RecDescent grammarin thread Help with Parse::RecDescent grammar
parse : <skip:'(?:\s+|;[^\n]*\n)*'> portDef(s?) /\Z/ { $item[2] } [download]