Creating a perl script to batch process files
问题 I have this line of code: convert 1234_Page_1_....png 1234_Page_2_....png output.pdf This merges those particular pngs to a single pdf (using ImageMagick). I have a bunch of files in this format. I would like to perform this merging/converting-to-pdf action on files that have the same number before the " Page ". Sometimes there are more than two pages to convert. I would like to have this done in a perl script that I can run on Windows. Thanks in advance, Jake 回答1: If you wanted to call