Re: question about perl functions
Joel Palmius <[email protected]> Thu, 16 Mar 2006 12:02:10 +0100 (CET)
| Newsgroups | gmane.comp.apache.mod-survey.general |
|---|---|
| Message-ID | <[email protected]> |
It can depend on the version of Safe you have too. I think it even says in
their man page that they occasionally move functions between different
security classes due to new discoveries and whatnot.
// Joel
On Wed, 15 Mar 2006, Michael Waider wrote:
> On Wednesday 15 March 2006 12:05, Luca Notari wrote:
>> [...]
>> How can I solve problem?
>
> This used to work fine for us, but I didn't test it with latest
> stable release:
>
> <ROUTE CONTINUE="{/
> srand(time);
> @route=('alt1.survey','alt2.survey','alt3.survey');
> print $route[int(rand(3))];
> /}" />
>
> hth + Cheers Mike
>
> --
> eveca GmbH - Internet & Befragungen - http://eveca.de
> Fon: 0941/785368-0 - Fax: 0941/785368-99
> Skickat av Michael Waider <[email protected]>
> till survey-discussion
>
Skickat av Joel Palmius <[email protected]>
till survey-discussion