Help for this page

Select Code to Download


  1. or download this
       my @entry = (@required , @{$rows[$row]});
       my $digest = sha1_hex(@entry);
    ...
       $sth->execute($digest);
       my ($data) = $sth->fetchrow_array();
       ...