Help for this page

Select Code to Download


  1. or download this
    $sth->execute($objid);
    for my $row (@{$sth->fetchall_arrayref()})
    {
        ($objid, $type) = @$row;
        # ..etc..