Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
      [443120, "Vegetables", 443026],
      [445720, "Carrot", 443120],
    ]
    
  2. or download this
    $ xsh -q  xpath-max-min-11117492-correct.xsh
    <category_id>443120 </category_id>
    ...
    443026
    max: 445720
    min: 443026
    
  3. or download this
    $ cat xpath-max-min-11117492-correct.xsh
    open "xpath-max-min-11117492.xml";
    ...
    echo max: xsh:max( //category_id );
    echo min: xsh:min( //category_id );