in reply to Re^8: Help with Parse::RecDescent grammar
in thread Help with Parse::RecDescent grammar

parse : <skip:'(?:\s+|;[^\n]*\n)*'> portDef(s?) /\Z/ { $item[2] }