Help for this page

Select Code to Download


  1. or download this
    &#x2013   &dash
    
  2. or download this
    '&#2013'  =>   '‐'
    
  3. or download this
    use strict;
    use warnings;
    ...
        #print FH "Hexadecimal Value \t Entity Value \t Real_value";
        print FH "\'$real_value\'        =>                 \'$hex_value\'
    +,\n";
     }