In this Perl programming tutorial, we will look at how we can build slightly more complicated SQL WHERE clauses using DBIx and how we can extended or conditions with nested AND/OR keywords.
Chapters:
00:00 Intro
00:52 SQL: OR
02:20 SQL: AND
03:20 DBIx placeholders
04:46 Outro
Docs:
https://metacpan.org/pod/DBIx::Class
https://metacpan.org/pod/DBIx::Class::Schema
https://metacpan.org/pod/DBIx::Class::ResultSet
https://metacpan.org/pod/DBIx::Class::Row
Tags:
#Perl #PerlProgramming #CodingInPerl #PerlDevelopment