Help for this page

Select Code to Download


  1. or download this
    use utf8;
    my $€ = 1;
    print $€;
    
  2. or download this
    Malformed UTF-8 character (unexpected end of string) at utf8test.pl li
    +ne 3.
    Unrecognized character \x82 in column 5 at utf8test.pl line 3.
    
  3. or download this
    use utf8;
    my $á = 1;
    print $á;
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    print "\n";
    close $rfh;