Skip to content

Instantly share code, notes, and snippets.

@Meettya
Created December 17, 2011 09:59
Show Gist options
  • Save Meettya/1489835 to your computer and use it in GitHub Desktop.
Save Meettya/1489835 to your computer and use it in GitHub Desktop.
SQL::Abstract example
my @where = (
-and => [a => 1, b => 2],
-or => [c => 3, d => 4],
e => [-and => {-like => 'foo%'}, {-like => '%bar'} ]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment