-# $Id: ZOOM.pod,v 1.36 2006-06-13 16:44:21 mike Exp $
+# $Id: ZOOM.pod,v 1.37 2006-06-15 15:42:30 mike Exp $
use strict;
use warnings;
methods.
$conn->option(cclfile => "samples/ccl/default.bib");
+ # or
+ $conn->option(cclqual => "ti u=4 s=pw\nab u=62 s=pw");
$q = new ZOOM::Query::CCL2RPN('ti=dinosaur', $conn);
For the C<ZOOM::Query::CQL2RPN> subclass, too, the Connection must be
passed into the constructor, for the same reasons as when client-side
-CQL compilation is used.
+CQL compilation is used. The C<cclqual> option, if defined, gives a
+CCL qualification specification inline; otherwise, the contents of the
+file named by the C<cclfile> option are used.
=head4 sortby()