Help for this page
#iterate while ( my $chunk = $reader->chunk ) { print "$chunk\n****************\n"; }
#iterate while ( $reader->chunk ) { print "$_\n****************\n"; }