http://www.perlmonks.org?node_id=932700

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

my problem solved thanks to every body.

Replies are listed 'Best First'.
Re: perl script to genarate latex template.
by pvaldes (Chaplain) on Oct 20, 2011 at 15:32 UTC
    If you want to create Latex files I think you should consider LaTeX::Parser, LaTeX::TOM or any other specific modules for this work. Html is not the same as xml but anyways I think that you could find useful also to take a look to gnuhtml2latex, a perl script to parse html to latex.
Re: perl script to genarate latex template.
by Anonymous Monk on Oct 20, 2011 at 15:19 UTC

    how to install pdflatex.

    If your question is how to install pdflatex ,why post all those other irrelevant details?

    How is 'how to install pdflatex' a perl question?

    Where should I post X?

Re: perl script to genarate latex template.
by choroba (Cardinal) on Oct 20, 2011 at 15:20 UTC
    Try specifying the full path of pdflatex to system.