Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: DBIx::Class : match integer-cols having specific bits set

by bliako (Monsignor)
on Sep 29, 2020 at 05:44 UTC ( [id://11122319]=note: print w/replies, xml ) Need Help??

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'},
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11122319]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 20:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found