in reply to Cam-PDF how to

The documentation for CAM::PDF has: "Many example programs are included in this distribution to do useful tasks. See the bin subdirectory."

At the top of that documentation page, you'll see "Chris Dolan > CAM-PDF-1.55 > CAM::PDF" - follow the CAM-PDF-1.55 link. Here you'll find a link to MANIFEST (which lists all the files in the bin directory) and, further down the page under Documentation, links to all the example programs. You can follow the Source link at the top of each example documentation page to see the code. Hopefully, you'll find one or more of these examples useful.

For future reference, most (if not all) CPAN module pages follow this general format.

-- Ken

Replies are listed 'Best First'.
Re^2: Cam-PDF how to
by Anonymous Monk on Jul 06, 2011 at 12:14 UTC
    Also, most of these programs in the ./bin subdirectory get installed when you install the module
      I've looked through all the examples, that's how I got how to get the text and manipulate it, I'm just not seeing, which is different from it not being there, how to put the new text in where the old text was and keep the formatting the same before saving. can anyone be a little more specific in their pointing? thank you kindly