This file contains two cgi files to run Rcgi. File goR3nopic.cgi ==================== #!/usr/bin/perl # # Rcgi main file... see documentation for licencing. my($temp); $temp = "/mnt/disknt1/statguest/statweb/public_html/tmp"; $allowedhost = ''; # $allowedhost = '\.edu'; #use strict; # the referer() seems to cause strict problems use CGI; my($results, $in); my($q)= new CGI; # Reconstruct any inputs #if ($results=$q->param('CALLER')) { # $results=''; # } #@input = $q->param('INPUT'); $in=join("\n",$q->param('INPUT')); # Print input form print $q->header, '
Rcgi*** Rcgi reference '.$$.':' .`date +%Y%m%d%H%M%S`."\n".$results .'