/usr/share/doc/syncbbdb/examples/test is in syncbbdb 2.3-6.2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/usr/bin/perl
use bbdb::bbdb;
# time 6,5,6 sec
$db = new bbdb($ARGV[0]);
$db->eprint();
|