[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Printing issue in Windows
- Subject: Re: Printing issue in Windows
- From: albert <..hidden..>
- Date: Mon, 1 Nov 2010 01:02:45 -0700 (PDT)
Good day Cris,
When running the perl script in a cgi environment it hangs:
#!C:\perl\bin\perl
use CGI qw(:standard);
print header(),start_html("Latex Test"),
h2("Runs latex");
$if = 'ap.tex';
$mydir = 'C:\tmp';
chdir($mydir);
system( "latex $if" );
print end_html();
Any idea?
Tx Albert
--
View this message in context: http://ledger-smb.1045705.n5.nabble.com/Printing-issue-in-Windows-tp3238189p3244699.html
Sent from the Ledger SMB - Users mailing list archive at Nabble.com.