Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

In the POE::Component::Client::Telnet manpage it has a "sub result" with a typo in it.
print STDERR join(' ', @{ $ref->{error} ) . "\n";
should that be:
print STDERR join(' ', @{ $ref->{error} } ) . "\n";

Replies are listed 'Best First'.
Re: error in POE::Component::Client::Telnet manpage?
by roboticus (Chancellor) on Feb 17, 2020 at 02:02 UTC

    Anonymous Monk:

    I don't have that package installed, but judging by the mismatched braces, I'd expect that you're right.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

Re: error in POE::Component::Client::Telnet manpage?
by choroba (Cardinal) on Feb 17, 2020 at 22:30 UTC
    The place to report bugs in CPAN distributions is rt.cpan.org, you can find this one here.

    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]