Ahh, yeah, thanks for that. I saw that once I walked away from my code for a night.
However, as with that example, getting a directory listing, how would I display it in full? Ie, using fetchrow etc? I can obtain the first row, but not the complete listing. Any ideas? On Wed, 29 May 2002, Bart Lateur wrote: > On Wed, 29 May 2002 18:37:39 +0930 (CST), David Anders wrote: > > >my $result = DBI->prepare($variable); > > This must be > > my $result = $dbh->prepare($variable); > > > As you may have guessed by now, the class of $dbh is not "DBI"; it's > "DBI::db". > > -- > Bart. > -- 'For a while the average net surfer had an above average intelligence, unfortunately those days are over.'