in reply to Passing a hash into a subroutine
my $status = $document->convert( { 'MIME-Type' => 'application/ms-word', 'Input' => '[In file]', 'Output' => '[Out file] } ); [download]
Dave