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!

Search results for query: *

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

    Perl file input multiple lines to an array

    Hey all, Just wanted to ask a question that's been burning in my head for some time now. Here's an example of a script that I want to modify. $itemType = "PC"; sub get_item_weight { $itemWeight = ""; if ( $itemType eq "PC" ) { $itemWeight = "50"; } elsif ( $itemType eq "CPU" ) {...

Part and Inventory Search

Back
Top