Hello,
I 'm quite new to Perl, and have a problem with a parse function I found. It parses an html page, and passes on the values of the variables in a cgi script to the html page. Problem is, my ISP requests that i use "use strict", and the parse subroutine (see below) does not seem...