projects
/
ZOOM-Perl-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4bbd97
)
New
author
mike
<mike>
Sat, 3 Mar 2007 16:39:38 +0000
(16:39 +0000)
committer
mike
<mike>
Sat, 3 Mar 2007 16:39:38 +0000
(16:39 +0000)
samples/zoom/zoomdump
[new file with mode: 0755]
patch
|
blob
diff --git a/samples/zoom/zoomdump
b/samples/zoom/zoomdump
new file mode 100755
(executable)
index 0000000..
5e43615
--- /dev/null
+++ b/
samples/zoom/zoomdump
@@ -0,0
+1,7
@@
+#!/usr/bin/perl -w
+use ZOOM;
+my $target = $ARGV[0];
+my $conn = new ZOOM::Connection($target);
+my $rs = $conn->search_pqf('@attr 1=_ALLRECORDS @attr 2=103 ""');
+my $n = $rs->size();
+print STDERR "$0: found $n records in '$target'\n";