此函数将网络ADDRESS绑定到SOCKET标识的文件句柄。 ADDRESS应该是打开的套接字的适当类型的打包地址。
以下是此函数的简单语法 -
bind SOCKET, ADDRESS
此函数在失败时返回0,在成功时返回1。
<!--Following is the example code showing its basic usage −
#!/usr/bin/perl
When above code is executed, it produces the following result −
-->