> > I have been using the below subroutine for Parsing my data from forms.
Up until recently I was using cgi-lib.pl's ReadParse routine to do the same thing. Since the one you are using is quite similar you can easily port existing scripts using the following in place of that subroutine. use CGI; CGI::ReadParse(*formdata); =================== Shaun Fryer =================== London Webmasters http://LWEB.NET PH: 519-858-9660 FX: 519-858-9024 =================== -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]