Help for this page
... $R->startR; open FH, ">", "c:/scripts/test2.txt" or die $!; ...
#!/usr/bin/perl use warnings; use strict; ... chdir($currentdir); open FH, ">", "test2.txt" or die $!;