lanx
No user record in our sample, but lanx has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but lanx has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> At first, I thought I had to be missing something, Well, Data::Dumper is included in core Perl ... use v5.12.0; use warnings; use autodie; use Data::Dumper; sub logit { open state $log, ">>", 'c:/tmp/foo'; print $log…