#!/usr/bin/perl #-->cgi:/home/jj/public_html/bin/prince1 use strict; use CGI::Auto; CGI::Auto::auto( title => "WebPrince", command => qq{prince [%f(xml)] -s [%f(css)] -o [%outfile(out.pdf)]}, email => { type => "attach" , from => "ambs\@di.uminho.pt" }, debug => 1, dir => "/tmp/lixo" );