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: *

  1. DazzerTperl

    How do I name variables after a list?

    I have a list of variables in an array and I want to effectively create an array for each of these named headings. ie list is say name, title, location and I want to call the variable array $[name][$i], $[location][$i], $[title][$i], and fill them via a loop $[name][$i]=whatever. I know its...
  2. DazzerTperl

    Windows ActivePerl and mySQL

    Previously I've used ActivePerl on Linux where the modules came installed I recall. The MySQL site says I have to install DBI and DBD for perl to talk to the mysql server. But there seems to be DBI and DBD already in the bin from the default ActivePerl install. So first, do I need to install...

Part and Inventory Search

Back
Top