#!/usr/bin/perl use strict; use warnings; use Data::Table; my $t = Data::Table::fromCSV("/root/prac/Telenor_CDR/SMSCDR_POSTPAID_1 +51013000000_10.84.0.29_AS.log", 0, undef, { delimiter => '\|'}); my $t2 = $t->group(["col1","col9"]); print $t2->csv;
Errors
Can't use string ("94") as an ARRAY ref while "strict refs" in use at /root/perl5/lib/perl5/Data/Table.pm line 1308, <$SRC> line 1.In reply to Re^4: Data::Table showing error
by ravi45722
in thread Data::Table showing error
by ravi45722
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |