Subject: | AnyData::Format::Weblog doesn't save properly. |
After modifying a weblog file with AnyData, each line in my weblog is replaced with a stringified arrayref, "ARRAY(0x8135294)"
An example script:
#!/usr/local/bin/perl
use strict;
use AnyData;
my $table = adTie ( 'Weblog', 'access_log', 'u' );
delete $table->{{remotehost=> qr/googlebot/}};