That works, but this#iterate while ( my $chunk = $reader->chunk ) { print "$chunk\n****************\n"; }
does not. $_ is not set. How can I achieve that behaviour?#iterate while ( $reader->chunk ) { print "$_\n****************\n"; }
In reply to sub that sets $_ by holli
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |