Skip to content

Instantly share code, notes, and snippets.

@wki
wki / multi_pdf.pl
Created April 1, 2012 18:08
create single PDF from many .pod or .pm files
#!/usr/bin/env perl
use Modern::Perl;
BEGIN {
if (@ARGV != 2) {
print STDERR "usage: $0 DIR OUTPUT\n";
exit 1;
}
}