Displaying 2 results from an estimated 2 matches for "hellooooo".
Did you mean:
hallooooo
2002 Oct 16
0
CGI and RSPerl
...Barnett without success.
#!/usr/lib/R/bin/R.bin --source
invisible(library(RSPerl));
foo <- .PerlExpr("use CGI;");
foo <- .PerlExpr("$q = new CGI; 1;");
a <- .PerlExpr("$q->param('a')");
cat(.PerlExpr("$q->header . $q->start_html . 'Hellooooo....';"),
a,
.PerlExpr("$q->end_html"));
I get the error:
premature end of script headers : /var/www/cgi-bin/test.cgi
Thanks to help,
Nolwenn
********************************************
Nolwenn Le Meur
INSERM U533
Facult? de m?decine
1, rue Gaston Veil
44035 Nante...
2001 Feb 11
6
embedding R?
My apologies if this is a FAQ, I searched the mailing list archives before
posting.
Background: I am a long time user of SPlus, and a recent user of R. My
work normally involves converting the raw output of something interesting
into data to be analyzed in S/R, for which I use Perl extensively. I then
import the data into S/R, perform the analyses I need, dumping the values
into a new file,