I have array of hashes
$array[0]{in}=
$array[1]{in}=
$array[2]{in}=
$array[0]{out}=
$array[1]{out}=
$array[2]{out}=
and want to do something like
foreach $key ( keys($aaray[0]) ) {lalala}
but keys require explicitly %HASH
i've tried to make %temp=$array{0}; and then keys(%temp)
but it doesn't...
i tried to bind inet socket to predefined address and port (it's server with multi ip's), but it succedeed only in binding to port
what's wrong?
i used sth like this
$myport=20000;
$myip="34.34.34.34";
$proto=getprotobyname('tcp');
socket(SOCK,PF_INET,SOCK_STREAM,$proto)...
simple question
does java allow work with http protocol
i mean
open socket, port, and so on
write (socket,"GET .....");
sorry for syntax, i'm newbie
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.