postgreSQL array datatype and DBI

PostgreSQL has an Array type (other DBs probably do too but I only know
postgres). How do I bind a variable to a column of type Array using
DBI? Is it possible? Binding a ruby array to it does not work.

TIA
Michael