Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "\x{de}\x{f3}r\x{f3}lfsfell";
    print "\x{d6}r\x{e6}faj\x{f5}kull";
    __END__
    
  2. or download this
    use open qw/:std :utf8/;