![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
pdflatex and systemby josera (Beadle) |
on Aug 23, 2005 at 08:38 UTC ( #485851=perlquestion: print w/replies, xml ) | Need Help?? |
josera has asked for the wisdom of the Perl Monks concerning the following question:
Hello:
I've made a program in Perl with the output in latex. Now i want to generate the pdf file with pdflatex. I'm using windows, so i've installed miktex in the folder of my project. When i call system with
all is ok, and i obtain my file $outputfile.pdf, but i think that itsn't elegant to show in the standard output, so i change the call, changing the standard output (or the standard error), to
or
but then my program says:
What's the problem? Why doesn't it work?
Edit g0n - added code tags
Back to
Seekers of Perl Wisdom
|
|