Guest_imported
New member
- Jan 1, 1970
- 0
I want to write a perl script that writes to a DB using mysql, however once the write has performed I dont want the Perl script to return anything to the screen, but instead leave the screen with the original html that called the perl script, is this possible?
I understand how to write values to a DB, its the second part that I am unsure about.