in reply to Combining PDFs
$big_pdf = PDF::API2->new(-file => 'big.pdf');
from PDF::API2 man page. (this node comes up in google search for "perl combine pdf")