Help for this page

Select Code to Download


  1. or download this
    send(SOCKET,  @Cheese_Array ,0, $paddr);    || die "send $host: $!";
    
  2. or download this
    foreach $item(@madArray) {
    send(SOCKET,  pack("b8", $item) ,0, $paddr);  #  || die "send $host: $
    +!";
    }