Hi all - I'm trying to combine two PDFs in perl. Ordinarily, this would be a pretty easy task, but unfortunately, one of the PDFs I have is updated every day with a date stamp in the file name. Since I'm keeping track of these files everyday and want to keep each day's file, I want the output file to also have a date stamp in the file name.
Right now, I'm using a system command with the pdftk function, but I can't get the output file to have the date stamp in the file name. Can somebody help me out? I'm pretty new to perl.
Thanks!