
File::VirusScan::Engine::Command::ClamAV::Clamscan - File::VirusScan backend for scanning with clamscan

use File::VirusScan;
my $s = File::VirusScan->new({
engines => {
'-Command::ClamAV::Clamscan' => {
command => '/path/to/clamscan',
},
...
},
...
}

File::VirusScan backend for scanning using ClamAV's clamscan command-line scanner.
This class inherits from, and follows the conventions of, File::VirusScan::Engine::Command. See the documentation of that module for more information.

Creates a new scanner object. $conf is a hashref containing:
Fully-qualified path to the 'clamscan' binary.

Scan the path provided using the clamscan binary provided to the constructor. Returns an File::VirusScan::Result object.



David Skoll (dfs@roaringpenguin.com) Dave O'Neill (dmo@roaringpenguin.com)

Copyright (c) 2007 Roaring Penguin Software, Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, or (at your option) any later version.