Forum Moderators: open
I created a script in asp that pulls all of the image tags from a specified page. the images are then going to be fed to the perl script to check for a watermark, then if the watermark is found, the image name and location will be saved to a database for checking later.
I'm not sure if classic ASP can manipulate image files which is why I opted for perl.
I wouldn't mind the perl script spiting out it's results to the screen, but I am working on automating this thing so it would be nice to be able to get the results back.
From what I understand the Server.Execute stops the current script, runs the one specified then returns to finish the original script. That's why I thought it would be a good option.