CAM-PDF
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
bin/rewritepdf.pl view on Meta::CPAN
if ($opts{help})
{
pod2usage(-exitstatus => 0, -verbose => 2);
}
if ($opts{version})
{
print "CAM::PDF v$CAM::PDF::VERSION\n";
exit 0;
}
local @ARGV = @{$opts{otherargs}};
if (@ARGV < 1)
{
pod2usage(1);
}
my $infile = shift;
my $outfile = shift || q{-};
my $opass = shift;
my $upass = shift || $opass;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.533 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )