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 MikeeOK 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. MuttleyDiXiE

    Need help with three-dimensional hash

    Hi, I'm trying to create a three-dimensional hash but I can't seem to get it right. In the code beneath I push data into my Hash of Hash of Hash = $HoHoH. This seems to work fine. foreach my $line (@aonly){ if($line =~ m/^(.*)("\/)(\d+)(\/)(.*)(\/)(.*)(\/)(.*)(")/){ # do away with double...
  2. MuttleyDiXiE

    Help with select query

    Hi, I'm new to SQL and can't seem to figure out how to create a SQL query that does want I want it to do. I have a table "Nodedate" like this; Node Date TDCXTC1445 30-11-2003 TDCXTC1445 01-12-2003 TDCXTC1445 31-12-2003 ABN001111 30-11-2003...
  3. MuttleyDiXiE

    Can't execute javascript in "BODY" section

    I have been trying for the last couple of days to make this script execute in the &quot;body&quot; of my webpage. The script looks like this in the &quot;head&quot; section. <script language=&quot;JavaScript1.2&quot;> <!-- var ns6=document.getElementById&&!document.all?1:0 var...

Part and Inventory Search

Back
Top