Help for this page

Select Code to Download


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