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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ZakkKarrazzi

  1. ZakkKarrazzi

    problem with loops

    here you go, this complete your script. you have the right idea. if ($ARGV[0] eq undef ) { print &quot;You must pass the gene as a command-line parameter!\n&quot;; } else { $geneToFind=$ARGV[0]; #print &quot;Gene to find: $geneToFind\n&quot;; while ( <hFile> ) {...

Part and Inventory Search

Back
Top