Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    open(FILE, "<:encoding(UTF-8)", "c:\\folder\\í.txt") or print "Oops, c
    +an't open file: $!";
    <STDIN>;