This still depends on how the @scanner_array is used to determine the
name of the scanner. If all it is looking for is a list of names of
scanners, then you are correct Charles. The single & is used as a
bitwise operator - probably not what Ross wants!

.mark

>----------
>From:  Charles Cazabon[SMTP:[EMAIL PROTECTED]]
>Sent:  Tuesday, March 20, 2001 10:45 AM
>To:    'Qmail Mailing List'
>Subject:       Re: Qmail Scanner
>
>Ross Cooney <[EMAIL PROTECTED]> wrote:
>> 
>> The "qmail-scanner-queue.pl" file has a the following line:
>> @scanner_array=("sweep_scanner");
>> This is where it calls another function which actually calls the scanner.
>> 
>> Does anybody know how to edit this so that two scanners are used?
>> 
>> Is it:
>> @scanner_array=("sweep_scanner & iscan_scanner");
>> 
>> or
>> @scanner_array=("sweep_scanner" & "iscan_scanner");
>
>I'm not a Perl coder, but neither of those look right.  I would guess it
>is something closer to:
>
>    @scanner_array=("sweep_scanner", "iscan_scanner");
>
>Charles
>-- 
>-----------------------------------------------------------------------
>Charles Cazabon                            <[EMAIL PROTECTED]>
>GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
>Any opinions expressed are just that -- my opinions.
>-----------------------------------------------------------------------
>
>
>

Reply via email to