fetchrow_array() is a method of the
DBI module. It's documentation lists many methods.
DBD::mysql is the companion module you will need to work with DBI. It's documentation has a few additional methods although most of its usage will be through DBI. See also
the DBI website and
Tutorials.