I'm new to perl and am not completely familar with all of it's features.
I have an ASP page within my application that, upon submit, runs a perl script. At the end of the script, I want to call another ASP page that would add data to a database based on the results of the perl script processing. Is this possible with my perl script?
I have an ASP page within my application that, upon submit, runs a perl script. At the end of the script, I want to call another ASP page that would add data to a database based on the results of the perl script processing. Is this possible with my perl script?