Help for this page

Select Code to Download


  1. or download this
    sub hash_display_listing{
      # my $ref = @_;
      my ($ref) = @_;
      # or 
      # my $ref = shift ;
    
  2. or download this
    $sth->execute($searchterm) 
          or die "Unable to execute query: " . $sth->errstr;    
    warn("Finished sub search record");        
    $result = generateResponseHash($sth);
    
  3. or download this
    elsif ($action eq "updatetable_167"){
      warn("Entered updatetable_167");
    ...
    
      warn("after jason_str print");
    }