Help for this page
for ( @$row ) { $sum++; }
print join( '; ', @$row );
#!/usr/bin/perl ... print join( '; ', @$row ); }