Help for this page
while ($_ = $opts{-handle}->getline()) { print; }
while (my $line = $opts{-handle}->getline()) { print $line; }