#!/tools/cs/perl5/bin/perl $ENV{PATH} = '/bin:/usr/bin:/usr/ucb'; use CGI qw/:standard/; #use strict; require "webpage.pl"; #Create the page print "Content-type: text/html", "\n\n"; $showpage = &webpage::TranslatePage('fr_en','http://www.yahoo.fr'); print $showpage;