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 TouchToneTommy 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: godspeed06
  • Content: Threads
  • Order by date
  1. godspeed06

    MouseOver Events

    Consider that you have a map ud the US, and you want to hotspots if you will for each state on the map. Each hotspot will have a cooresponding 'lablel' informing the person where they can obtain support for their state. How can this be done via an image withing .NET? I know part of it is now...
  2. godspeed06

    PDF Files

    Can someone put me in the right direction for extraction information from pdf files? Thanks!
  3. godspeed06

    DBI

    Greetings, I have a script that connects to a database, which $sth->fetchrow_array stores in an array. Then I walk through the array and run a application utility against each table found. Below is error when running the script: ERROR: DBI::db=HASH(0x311db4)->disconnect invalidates 1 active...
  4. godspeed06

    Practice Perl

    Greetings, Consider the script below, where I am expecting "dino" to be retuned, but for some reason is not. --can anyone shed light on this? Script: #!perl -w use strict; my @names = qw/ fred barney betty dino wilma pebbles bamm-bamm /; my $results = &which_element_is("dino", @names); sub...
  5. godspeed06

    Perl DBD::Oracle

    I have successfully installed DBD::Oracle, however when running the query below I am seeing errors, can anyone tell me what Perl is complaining about? SQL: my $sql = qq{SELECT FROM sched_table from def_tables where user_daily=’SYSTEM’}; Error: DBD::Oracle::db prepare failed: ORA-00936: missing...
  6. godspeed06

    Arrays and List Boxes

    I have constructed a 2-dimensional array from which I am populating list boxes. At the moment I am having trouble understanding how to go about populating three list boxes based on the selection from the four list boxes. Example, in list box A I have names of cities read in from a “.dat” from my...
  7. godspeed06

    Duplicate Records

    Good day fellow perlers, I want to extract [day, month, date, time, year and all account (C235098)] in this case, and associated “incoming” and “outgoing” directories in a report format. This information is being extracted from an ftp server ‘xferlog.’ Script: #!/usr/bin/perl -w use strict...

Part and Inventory Search

Back
Top