Anil has asked for the wisdom of the Perl Monks concerning the following question:

HI Users,, I am new to the modules and I need cam::pdf to modify some of the pdf files. How do I use this module to modify the required files. Regards Anil.

Replies are listed 'Best First'.
Re: Perl Modules
by ww (Archbishop) on Dec 11, 2008 at 05:23 UTC
    Are you asking how to add CAM::PDF to the modules you have available? If so, and you're using ActiveState's distribution, try ppm help. Alternately, read Yes, even you can use CPAN (and the various other nodes (hint: Super Search) explaining how to install and use modules.

    On the other hand, if your question is how to use a specific module, read about it at CPAN or http://search.cpan.org/... or just use perldoc CAM::PDF on the command line to read its internal explanatory material.

    Seems the word "read" comes up again and again: For example, please also read On asking for help and How do I post a question effectively?.

    In brief, read, learn, code and then ask specific questions when you get stuck.

Re: Perl Modules
by bichonfrise74 (Vicar) on Dec 11, 2008 at 05:06 UTC
    What exactly do you want to do with the pdf files?
    A reply falls below the community's threshold of quality. You may see it by logging in.