Help for this page

Select Code to Download


  1. or download this
    my $HTMLCheck = $db->select("select HTMLCheck from Contact where Conta
    +ctID=$ContactID")[1]->{HTMLCheck};
    
  2. or download this
    my $HTMLCheck = {$db->select("select HTMLCheck from Contact where Cont
    +actID=$ContactID")}[1]->{HTMLCheck};