Robb wrote: > Hi, > > I was wondering if someone could point me in the direction of a Perl > module that I'm sure exists or possibly a design idea. I am wanting to > run a script after a redirection occurs via (print "Location: > http://www.someplace.com/somescript.pl\n\n";). More specifically, I > want to run a script after a click of a link occurs. The problem is > that it is on a Windows based machine so I can't fork a seperate process > or run cron. Thank you for any direction!
Not following you at all. If you have a webserver running and a redirect occurs, a new script will be executed (if the redirect is to a script of course) when the redirect occurs. So you aren't explaining your situation very well. If you are generating the redirect in your script and want to instead call another script instead of redirecting to it, you could try several different means including a pipe, `` or system call redirected to a file to get the scripts output. Please give more detail if you want a decent response. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs