Help for this page
#!/usr/bin/perl use warnings; use strict; ... open FH, ">", "test2.txt" or die $!; $R->stopR; open FH, ">", "test3.txt" or die $!;