[What is this?]
clamdsh.pl is a simple clamd shell.
Issue the next command line on this directory for detail.
    ./clamdsh.pl --help


[Installation of clamdsh.pl]
Issue the next command line as root on this directory.
    make install
It will create clamdsh.pl.1 (manual page), and will copy clamdsh.pl to
/usr/local/bin and will copy clamdsh.1 to /usr/local/share/man/man1 .

If you want to install them to other directory, define PREFIX.
ex)
    make PREFIX=/opt install
It will copy clamdsh.pl to /opt/bin and will copy clamdsh.pl.1 to
/opt/share/man/man1 .


[Usage of clamdsh.pl]
Issue the next command line, and read it.
    man clamdsh.pl
      or
    clamdsh.pl --help


[How to generate HTML version manual]
Issue the next command line on this directory.
    make html


[Who are you?]
See manual page of clamdsh.pl .