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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.