No subject


Wed Aug 26 15:16:55 UTC 2009


+  my $url = tag_area("scan/MM=$arg", undef, {
       form => $form_arg,
       secure => $CGI::secure,
   });



... a better version:
my $url = tag_area(undef, undef, {
	search => "MM=$arg",
	form => $form_arg,
	match_security => 1,
});


Peter



More information about the interchange-users mailing list