> how to insert data in mysql using perl script front end HTML plz any> one can help me
Perl has the DBI module that enables you to access a whole bunch ofdatabases through the same interfaces, including mysql. Why not give it atry?
Rui Maciel