search for: warningstobrowser

Displaying 1 result from an estimated 1 matches for "warningstobrowser".

2008 Dec 16
4
perl-web-script should start a application with wine
...ile. This tool is called ct.exe. Now I use wine to start this application, everything works fine. My problem starts if a try to write a perlscript which start this wine application. my perl script: 1 #!/usr/bin/perl 2 3 use strict; 4 use CGI; 5 use CGI::Carp qw(fatalsToBrowser warningsToBrowser); 6 7 my $cgi = new CGI; 8 my $html = q(); 9 10 print $cgi->header(q(text/html)); 11 print $cgi->start_html(-title => q(lustiger wine test)), 12 $cgi->h1(q( is not an Emulator)), 13 my $output = exec("wine /usr/share/weblicgen/bin/ct.exe 14 -open /usr/share/we...