mukrz has asked for the wisdom of the Perl Monks concerning the following question:
However, using Perl (5.6.1 build 633 with DBI 1.37 to query Oracle) I am unable to show or use any records that have "IO".print "$db[0]\n";
$sql = "select * from mytable";<BR> while (@data = $sth->fetchrow()) {<BR> mkdir($data[1]) if (! -d $data[1]);<BR> }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strange Missing Data
by kvale (Monsignor) on May 15, 2004 at 18:43 UTC | |
by mukrz (Initiate) on May 16, 2004 at 13:28 UTC | |
|
Re: Strange Missing Data
by bart (Canon) on May 15, 2004 at 22:34 UTC | |
|
Re: Strange Missing Data
by graff (Chancellor) on May 16, 2004 at 02:05 UTC |