my $path = "/var/www/latex/"; my $filename = "test.tex"; my $result = qx(cd $path; pdflatex $filename);