Help for this page
package crmtest; ... } 1;
use strict; use warnings; ... }; $crm->add($cols);
my @columns = ('one', 'two', 'three', 'four'); my $ref = \@columns; print @$ref;