In this Perl programming tutorial, we will look at how we can insert bulk data using DBIx using the populate method. We will also explore what are the subtle differences when calling populate method in different return context.
Chapters:
00:00 Intro
01:15 Populate method gotcha
03:58 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