Gossamer Forum
Home : General : Perl Programming :

form - email script

Quote Reply
form - email script
I am new to perl and am creating a form - email script running perl on IIS on win2k, I created a simple html form and am passing the data to a small .pl script that is parsing the data and sending an email using the net::smtp module. I got the function working however when the script runs, it looks like a 'download file' dialog box and a 'Command prompt' window are flashing quickly on the screen. The functionality works as I want it to, but I do not want this "flashing of the cmd box" on my screen. Anyone have any ideas as to why this is happening?