Help for this page

Select Code to Download


  1. or download this
    <DOCTYPE html>
    <HTML>
    ...
    </form>
    </BODY>
    </HTML>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "Filename after call to decode_entities: $filename<br>\n";
    
    print $cg->end_html;
    
  3. or download this
    $filename = decode_entities($filename);