Nabend noch einmal,
veraltet, indirekt
my $socket=new IO::Socket::INET (...);
gut, direkt
my $socket=IO::Socket::INET->new(...);
>
> Siehe auch: Perl Best Practices, [perlobj/Indirect Object Syntax](http://perldoc.perl.org/perlobj.html#Indirect-Object-Syntax)
> a call to a method new in indirect notation (as C++ programmers are wont to make)
Ich habe in den letzten Jahren hauptsächlich C++ programmiert ;-)
Viele Grüße,
Robert