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