At 02:41 PM 6/16/01 -0500, Teresa Raymond wrote:
>I copied the code from Randal's Web Techniques at
>http://www.stonehenge.com/merlyn/WebTechniques/col46.html but I think I
>must have mistyped something because I get the below errors. I had other
>syntax errors that I fixed but this one I don't have a clue about. I'd
>appreciate any help.
>
># Bareword "end_multipart_form" not allowed while "strict subs" in use.
You need a more recent CGI.pm, like this one:
$ perl -MCGI=:all -le 'print end_multipart_form'
</form>
But if you can't get one for some reason, that's fine; just use 'end_form'
instead of 'end_multipart_form', and it'll do the same thing.
--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com