Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    
    ...
      print "Tag received: '$_' => '".$tags{$_}."'\n" for(keys %tags);
      @results = $tree->look_down(%tags);
      ...