Help for this page
use CGI qw/header/; print header(-type => 'application/pdf', -content_disposition => 'inline' );
use PDF::Create; ... 'Title' => 'Invoice...' );