Help for this page

Select Code to Download


  1. or download this
    my %where = (
        '(roles &2) => \'(roles &4)',
    );
    
  2. or download this
    my %where = (
        0 => {'<' => \"(roles & 4)"},
    );
    
  3. or download this
    my %where = (
        '(roles & 4)' => {'>' => '0'},
    );