#!/usr/bin/perl use strict; use CGI qw(:standard); my $value = param('PARAM'); print header( -charset => "utf-8", ); chdir("/home/devi/cvs/lilalo"); open (FRONTEND, "./l3-frontend --output - |"); while () { print; } close(FRONTEND);