Help for this page

Select Code to Download


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