Help for this page

Select Code to Download


  1. or download this
    ('xx < yy < zz > aa', 'bb < yy = aa > cc')
    
  2. or download this
    xx<yy; yy<zz; zz>aa; bb<yy; yy=aa; aa>cc;
    
  3. or download this
    use strict;
    use warnings;
    ...
      }
      print "\n";
    }