[KinoSearch] utf8 warnings/error
Marvin Humphrey
marvin at rectangular.com
Tue Sep 4 11:51:31 PDT 2007
On Sep 4, 2007, at 11:44 AM, Marvin Humphrey wrote:
> However, I'm still getting the same results for the test.pl that
> you sent.
Figured it out. This line produces undef in my version of perl...
my $data = do "data";
... so I'd renamed the file to "data.pl" and changed the line to this...
my $data = do "data.pl";
... but only in one place. Turns out there's another. Once it's
changed in both places, I get what looks like correct results under
revision 2507.
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
slothbear:~/projects/ks_variants/ks_pudgefix/perl marvin$ perl -Mblib
test.pl
unlink ./testdb/_1p.cf
unlink ./testdb/segments_1q.yaml
rmdir ./testdb
Hits for flag_deleted:"0": 58
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 1
Removed ./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 0
Hits for flag_deleted:"0": 57
Adding ./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 1
Hits for flag_deleted:"0": 58
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 1
Removed ./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 0
Hits for flag_deleted:"0": 57
Adding ./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 1
Hits for flag_deleted:"0": 58
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 1
Removed ./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 0
Hits for flag_deleted:"0": 57
Adding ./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093
Hits for path:"./cur/1182974671.2581.1.vmware.nmsrv.com,S=11093": 1
Hits for flag_deleted:"0": 58
slothbear:~/projects/ks_variants/ks_pudgefix/perl marvin$
_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch
More information about the kinosearch
mailing list