Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl;
    use HTML::Entities;
    ...
    $encoded = encode_entities($to_decode);
    print "Encoded data --> $encoded\n\n\n";
    
  2. or download this
    Encoded data --> TEST&TEST;A&E&an   HTML---   string - < © TVS>
  3. or download this
    TEST&TEST;A&E&an   HTML---   string - < &copy
    +; TVS>