Help for this page

Select Code to Download


  1. or download this
    <form name="myform" id="myform" accept-charset="utf-8" method="post" a
    +ction="myperlscript.pl">
    
  2. or download this
    use feature 'unicode_strings';
    use open ':encoding(utf8)';            #DEAL WITH ALL FILES IN A UTF8 
    +WAY
    ...
    # - OR - 
    binmode STDIN,  ":encoding(UTF-8)";    #MORE SECURE, ESP. ON READ
    binmode STDOUT, ":encoding(UTF-8)";    #MORE SECURE, ESP. ON READ