Help for this page

Select Code to Download


  1. or download this
    my %where = (
        foo => 'bar',
        baz => { -ident => 'qux' },
    );
    
  2. or download this
    where foo = "bar" and baz = qux