Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $temp_file = $ENV{'APPDATA'} . '\test.tmp';
    print "|$temp_file|\n";
    open(my $fh, '>', $temp_file) or die "Error opening $temp_file $!\n";