my $s=new IO::Socket::INET(PeerAddr => "$server", PeerPort => $port ); print $s "C\n";#ask for the challenge my $chall; my $status; my $status=$s->recv($temp, 1); $status=$s->recv($temp, 1024); $chall=Compress::Zlib::uncompress($chall);