http://www.perlmonks.org?node_id=990407


in reply to undef is undef

Maybe instead of tracing the paths in Perl, you want to make the database do the work instead?

I suggest you either write a view or a query in DBIx::Class that does the JOIN query directly instead of manually fetching the tables from the database.