http://qs321.pair.com?node_id=11113033

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";