
Molio bih pomoc oko dolje navedenog koda:
#!/usr/bin/perl
use IO::Socket;
$socket = new IO::Socket::INET->new (PeerAddr=> '69.55.233.82',
PeerPort=> 5842,
Proto=> 'tcp' );
@msg=qw(1 2 3 4);
$socket->send(@msg);
$socket->recv($txt);
print "$txt";
usage: $sock->send(BUF, [FLAGS, [TO]]) at code.pl line 11
It has to be, automatically
Check it out. you better work it out
Change to another bug











problem sa send(); funkcijom
Re: problem sa send(); funkcijom