my @imgs = ( { Type => 'image/gif', ID => 'logo', Path => '/images/logo.gif', Filename => 'logo.gif', Disposition => 'attachment', }, { Type => 'image/gif', ID => 'footer', Path => '/images/footer.gif', Filename => 'footer.gif', Disposition => 'attachment', }, # ... );