You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 4 years ago
..
A Daytime Client.pl Initial commit 4 years ago
A Perl TCP server without the Socket module.pl Initial commit 4 years ago
A Simple script to update your host_ip with dyndns.org service.pl Initial commit 4 years ago
A web server.pl Initial commit 4 years ago
Add a host, delete a host, add a user, delete a user, ping a host, list processes, list filesystems, lists hosts, and kill a process.pl Initial commit 4 years ago
Checking for an open port.pl Initial commit 4 years ago
Child handle and parent handle.pl Initial commit 4 years ago
Daytime client, using symbolic host and service names.pl Initial commit 4 years ago
Example of a Perl TCP server using Socket module.pl Initial commit 4 years ago
Extract link from a web page.pl Initial commit 4 years ago
Forking Servers.pl Initial commit 4 years ago
Get a web page and save it to a local file.pl Initial commit 4 years ago
Get a web page.pl Initial commit 4 years ago
Get emails from server and save the emails to local drive.pl Initial commit 4 years ago
Get system host name.pl Initial commit 4 years ago
Get the DNS address of a host by using inet_ntoa and inet_aton.pl Initial commit 4 years ago
Listen to a port.pl Initial commit 4 years ago
Login to a FTP Server.pl Initial commit 4 years ago
Open SENDMAIL.pl Initial commit 4 years ago
Open a socket.pl Initial commit 4 years ago
Perl Modules for Networking with Sockets.pl Initial commit 4 years ago
Ping a host.pl Initial commit 4 years ago
Post query to a CGI.pl Initial commit 4 years ago
Query a Perl CGI.pl Initial commit 4 years ago
Read from server.pl Initial commit 4 years ago
Read the First Line from Remote Server.pl Initial commit 4 years ago
Retrieving a Web Page with get().pl Initial commit 4 years ago
Sample TCP client without the Socket module.pl Initial commit 4 years ago
Sample TCP client.pl Initial commit 4 years ago
Save link to file.pl Initial commit 4 years ago
Send a TCP or UDP ping.pl Initial commit 4 years ago
Send data from client to server.pl Initial commit 4 years ago
Send email out with SMTP.pl Initial commit 4 years ago
Send email out.pl Initial commit 4 years ago
Send mail.pl Initial commit 4 years ago
Sending mail with Net_SMTP on Windows.pl Initial commit 4 years ago
Setting a User Agent and Retrieving a Web Page.pl Initial commit 4 years ago
Simple FTP Client.pl Initial commit 4 years ago
Simple TCP Clients.pl Initial commit 4 years ago
Simple server.pl Initial commit 4 years ago
Socket Server.pl Initial commit 4 years ago
Socket answer.pl Initial commit 4 years ago
Socket pair.pl Initial commit 4 years ago
Socket server waiting for clients.pl Initial commit 4 years ago
TCP client using Socket module.pl Initial commit 4 years ago
TCP client.pl Initial commit 4 years ago
TCP inet server.pl Initial commit 4 years ago
TCP server.pl Initial commit 4 years ago
Telnet to a remote host.pl Initial commit 4 years ago
The Client Program.pl Initial commit 4 years ago
The Client with Socket.pl Initial commit 4 years ago
The following commands allow yout o pick up a file via FTP.pl Initial commit 4 years ago
The gethostaddr function searches the file _etc_hosts for the host name.pl Initial commit 4 years ago
The gethostaddr function translates a network address to its corresponding names.pl Initial commit 4 years ago
The gethostbyname function returns an entry from the _etc_hosts file for the name of a specific host passed as an argument.pl Initial commit 4 years ago
The gethostbyname function searches for an _etc_hosts entry that matches a specified machine name.pl Initial commit 4 years ago
The gethostent function returns a list consisting of the next line from the _etc_hosts file.pl Initial commit 4 years ago
The getnetent function steps through the file _etc_networks, which lists the names and addresses of the networks your machine is on.pl Initial commit 4 years ago
The getprotobyname takes the protocol name as an argument and returns its name, any aliases, and its protocol number.pl Initial commit 4 years ago
The getprotobynumber function takes the protocol number as an argument and returns the name of the protocol, any aliases, and its protocol number.pl Initial commit 4 years ago
The getservbyname function translates the service port name to its corresponding port number.pl Initial commit 4 years ago
The getservbyport function retrieves information from the _etc_services file.pl Initial commit 4 years ago
The getservent function reads the next line from the _etc_services file.pl Initial commit 4 years ago
The server and the client are on the same machine.pl Initial commit 4 years ago
Time Client.pl Initial commit 4 years ago
Time Server with Socket.pl Initial commit 4 years ago
Time server.pl Initial commit 4 years ago
Translating IP addresses into hostnames.pl Initial commit 4 years ago
Translating hostnames into IP addresses.pl Initial commit 4 years ago
Two Way Client.pl Initial commit 4 years ago
Two way server.pl Initial commit 4 years ago
UDP client.pl Initial commit 4 years ago
UDP inet client.pl Initial commit 4 years ago
UDP server.pl Initial commit 4 years ago
UPD inet server.pl Initial commit 4 years ago
Using HTTP_Request to post request and save response to a file.pl Initial commit 4 years ago
Using Net_FTP to get a file on the server.pl Initial commit 4 years ago
Using POST to post parameters to a Perl CGI.pl Initial commit 4 years ago
Using Socket to call a Perl CGI.pl Initial commit 4 years ago
Using a Net_FTP Object.pl Initial commit 4 years ago
Using getstore() to Print an Invalid Page.pl Initial commit 4 years ago
Using is_success() with getstore().pl Initial commit 4 years ago
Using news group.pl Initial commit 4 years ago
Using regular expresion to validate an IP address.pl Initial commit 4 years ago
Using the mirror() Function.pl Initial commit 4 years ago
getprotoent function reads the next line from the network protocols database, _etc_protocol, and returns a list.pl Initial commit 4 years ago
sockaddr_un($file).pl Initial commit 4 years ago
tcp inet client.pl Initial commit 4 years ago
use Mail_POP3Client to send an email out.pl Initial commit 4 years ago