Miroslav Madzarevic wrote: > Is it possible that my perl script (Apache::Registry, > Apache::PerlRun, HTML::Mason or whatever) could run multiple > times with same parameters when the user just invokes the URL > once (for example clicks on <A> tag) and if so how can I prevent > this from happening.
if(!$r->is_main()) { return; } -- Pierre Phaneuf