Help for this page

Select Code to Download


  1. or download this
    MyStuff::Blob can't SELECT blob_num, blob_name, blob_type, user_id, de
    +scription, create_timestamp, modify_timestamp, blob_subtype, perms, b
    +lob_access, access_timestamp, read_entitlement, index_family
    FROM   blob
    WHERE  blob_num = ?
    : Can't use an undefined value as an ARRAY reference at /path/to/mods/
    +Class/DBI.pm line 1140.
    
  2. or download this
    sub sth_to_objects {
        my ($class, $sth, $args) = @_;
    ...
            if $@;
        return $class->_ids_to_objects(\@rows);
    }