Help for this page
('xx < yy < zz > aa', 'bb < yy = aa > cc')
xx<yy; yy<zz; zz>aa; bb<yy; yy=aa; aa>cc;
use strict; use warnings; ... } print "\n"; }