Help for this page
@row= {AAA,BBB};
@row = ( 'AAA', 'BBB' );
@row = qw/AAA BBB/;
sub job { my @row = qw/AAA BBB/; return @row }