Help for this page

Select Code to Download


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