in reply to Combining PDFs

The second line of code contains small error. Needs something like

$big_pdf = PDF::API2->new(-file => 'big.pdf');

from PDF::API2 man page. (this node comes up in google search for "perl combine pdf")