Help for this page

Select Code to Download


  1. or download this
    #!perl.exe
    my $filename="e:\test.out.txt";
    ...
      print("cant read file ",$filename,"\n");
    }
    }