Help for this page

Select Code to Download


  1. or download this
    push @all_queries,{'foo' => 20};
    push @all_queries,{'bar' => 30};
    push @all_queries,{'foo' => 10};
    push @all_queries,{'zen' => 90};
    push @all_queries,{'zen' => 1};
    
  2. or download this
      bar has 30
      foo has 10,20
      zen has 1,90