Help for this page
use strict; use warnings; ... my $user = $sql->user->selectrow_hashref(undef, $userid); $user_profile = $sql->user_x(which => 'profile')->selectrow_hashref(un +def, $userid);
package DBIx::Library; use strict; ... } } 1;
package DBIx::Library::SQL; ... } 1;