#!/usr/bin/perl -w
# code_fragment.pl
use strict;
use CGI qw(:standard escapeHTML);
# ------ start posting to browser ------
print header (),
start_html( (-head => [ Link ({ -rel => 'icon',
-type => 'image/png',
-href => '/perl_img/my_icon_01.ico'}), ] ),
(-title => "My File Upload Utility", -bgcolor => "white") );
print ('
' . "\n");
print ('