Help for this page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title></title></head> ... <INPUT TYPE="file" NAME="photo00"> <INPUT TYPE="submit" NAME="Submit" VALUE="Submit Form"> </FORM></body></html>
#!usr/bin/perl -t use strict; ... print "Content-type: text/html\n\n"; print "@array \n"; # this does nothing - how come? print "$photo \n"; # this prints to screen fine