http://qs321.pair.com?node_id=700673


in reply to Can't locate object method

$fh is an IO::File instance. It does not have a fetchrow_array method. Are you looking for <$fh> and split? Or for DBI?

Also, two lines above this, you appear to have a syntax error.