Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
should that be:print STDERR join(' ', @{ $ref->{error} ) . "\n";
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 | |
|
Re: error in POE::Component::Client::Telnet manpage?
by choroba (Cardinal) on Feb 17, 2020 at 22:30 UTC |