Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Laugman
  • Content: Threads
  • Order by date
  1. Laugman

    Hash Key Disappearance

    I've inherited the following perl code fragment.... 1 %Returned = dbPrepare( %Input ); 2 if ( $Returned{nStatus} == 0 ) { 3 %Input = ( nDbCursor => $Returned{nDbCursor} ); 4 %Returned = dbExecute( %Input ); 5 } 6 if ( $Returned{nStatus} == 0 ) { 7 # FINISH...

Part and Inventory Search

Back
Top