programming-examples/perl/Network
2019-11-15 12:59:38 +01:00
..
A Daytime Client.pl Initial commit 2019-11-15 12:59:38 +01:00
A Perl TCP server without the Socket module.pl Initial commit 2019-11-15 12:59:38 +01:00
A Simple script to update your host_ip with dyndns.org service.pl Initial commit 2019-11-15 12:59:38 +01:00
A web server.pl Initial commit 2019-11-15 12:59:38 +01:00
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 2019-11-15 12:59:38 +01:00
Checking for an open port.pl Initial commit 2019-11-15 12:59:38 +01:00
Child handle and parent handle.pl Initial commit 2019-11-15 12:59:38 +01:00
Daytime client, using symbolic host and service names.pl Initial commit 2019-11-15 12:59:38 +01:00
Example of a Perl TCP server using Socket module.pl Initial commit 2019-11-15 12:59:38 +01:00
Extract link from a web page.pl Initial commit 2019-11-15 12:59:38 +01:00
Forking Servers.pl Initial commit 2019-11-15 12:59:38 +01:00
Get a web page and save it to a local file.pl Initial commit 2019-11-15 12:59:38 +01:00
Get a web page.pl Initial commit 2019-11-15 12:59:38 +01:00
Get emails from server and save the emails to local drive.pl Initial commit 2019-11-15 12:59:38 +01:00
Get system host name.pl Initial commit 2019-11-15 12:59:38 +01:00
Get the DNS address of a host by using inet_ntoa and inet_aton.pl Initial commit 2019-11-15 12:59:38 +01:00
getprotoent function reads the next line from the network protocols database, _etc_protocol, and returns a list.pl Initial commit 2019-11-15 12:59:38 +01:00
Listen to a port.pl Initial commit 2019-11-15 12:59:38 +01:00
Login to a FTP Server.pl Initial commit 2019-11-15 12:59:38 +01:00
Open a socket.pl Initial commit 2019-11-15 12:59:38 +01:00
Open SENDMAIL.pl Initial commit 2019-11-15 12:59:38 +01:00
Perl Modules for Networking with Sockets.pl Initial commit 2019-11-15 12:59:38 +01:00
Ping a host.pl Initial commit 2019-11-15 12:59:38 +01:00
Post query to a CGI.pl Initial commit 2019-11-15 12:59:38 +01:00
Query a Perl CGI.pl Initial commit 2019-11-15 12:59:38 +01:00
Read from server.pl Initial commit 2019-11-15 12:59:38 +01:00
Read the First Line from Remote Server.pl Initial commit 2019-11-15 12:59:38 +01:00
Retrieving a Web Page with get().pl Initial commit 2019-11-15 12:59:38 +01:00
Sample TCP client without the Socket module.pl Initial commit 2019-11-15 12:59:38 +01:00
Sample TCP client.pl Initial commit 2019-11-15 12:59:38 +01:00
Save link to file.pl Initial commit 2019-11-15 12:59:38 +01:00
Send a TCP or UDP ping.pl Initial commit 2019-11-15 12:59:38 +01:00
Send data from client to server.pl Initial commit 2019-11-15 12:59:38 +01:00
Send email out with SMTP.pl Initial commit 2019-11-15 12:59:38 +01:00
Send email out.pl Initial commit 2019-11-15 12:59:38 +01:00
Send mail.pl Initial commit 2019-11-15 12:59:38 +01:00
Sending mail with Net_SMTP on Windows.pl Initial commit 2019-11-15 12:59:38 +01:00
Setting a User Agent and Retrieving a Web Page.pl Initial commit 2019-11-15 12:59:38 +01:00
Simple FTP Client.pl Initial commit 2019-11-15 12:59:38 +01:00
Simple server.pl Initial commit 2019-11-15 12:59:38 +01:00
Simple TCP Clients.pl Initial commit 2019-11-15 12:59:38 +01:00
sockaddr_un($file).pl Initial commit 2019-11-15 12:59:38 +01:00
Socket answer.pl Initial commit 2019-11-15 12:59:38 +01:00
Socket pair.pl Initial commit 2019-11-15 12:59:38 +01:00
Socket server waiting for clients.pl Initial commit 2019-11-15 12:59:38 +01:00
Socket Server.pl Initial commit 2019-11-15 12:59:38 +01:00
TCP client using Socket module.pl Initial commit 2019-11-15 12:59:38 +01:00
TCP client.pl Initial commit 2019-11-15 12:59:38 +01:00
tcp inet client.pl Initial commit 2019-11-15 12:59:38 +01:00
TCP inet server.pl Initial commit 2019-11-15 12:59:38 +01:00
TCP server.pl Initial commit 2019-11-15 12:59:38 +01:00
Telnet to a remote host.pl Initial commit 2019-11-15 12:59:38 +01:00
The Client Program.pl Initial commit 2019-11-15 12:59:38 +01:00
The Client with Socket.pl Initial commit 2019-11-15 12:59:38 +01:00
The following commands allow yout o pick up a file via FTP.pl Initial commit 2019-11-15 12:59:38 +01:00
The gethostaddr function searches the file _etc_hosts for the host name.pl Initial commit 2019-11-15 12:59:38 +01:00
The gethostaddr function translates a network address to its corresponding names.pl Initial commit 2019-11-15 12:59:38 +01:00
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 2019-11-15 12:59:38 +01:00
The gethostbyname function searches for an _etc_hosts entry that matches a specified machine name.pl Initial commit 2019-11-15 12:59:38 +01:00
The gethostent function returns a list consisting of the next line from the _etc_hosts file.pl Initial commit 2019-11-15 12:59:38 +01:00
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 2019-11-15 12:59:38 +01:00
The getprotobyname takes the protocol name as an argument and returns its name, any aliases, and its protocol number.pl Initial commit 2019-11-15 12:59:38 +01:00
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 2019-11-15 12:59:38 +01:00
The getservbyname function translates the service port name to its corresponding port number.pl Initial commit 2019-11-15 12:59:38 +01:00
The getservbyport function retrieves information from the _etc_services file.pl Initial commit 2019-11-15 12:59:38 +01:00
The getservent function reads the next line from the _etc_services file.pl Initial commit 2019-11-15 12:59:38 +01:00
The server and the client are on the same machine.pl Initial commit 2019-11-15 12:59:38 +01:00
Time Client.pl Initial commit 2019-11-15 12:59:38 +01:00
Time Server with Socket.pl Initial commit 2019-11-15 12:59:38 +01:00
Time server.pl Initial commit 2019-11-15 12:59:38 +01:00
Translating hostnames into IP addresses.pl Initial commit 2019-11-15 12:59:38 +01:00
Translating IP addresses into hostnames.pl Initial commit 2019-11-15 12:59:38 +01:00
Two Way Client.pl Initial commit 2019-11-15 12:59:38 +01:00
Two way server.pl Initial commit 2019-11-15 12:59:38 +01:00
UDP client.pl Initial commit 2019-11-15 12:59:38 +01:00
UDP inet client.pl Initial commit 2019-11-15 12:59:38 +01:00
UDP server.pl Initial commit 2019-11-15 12:59:38 +01:00
UPD inet server.pl Initial commit 2019-11-15 12:59:38 +01:00
use Mail_POP3Client to send an email out.pl Initial commit 2019-11-15 12:59:38 +01:00
Using a Net_FTP Object.pl Initial commit 2019-11-15 12:59:38 +01:00
Using getstore() to Print an Invalid Page.pl Initial commit 2019-11-15 12:59:38 +01:00
Using HTTP_Request to post request and save response to a file.pl Initial commit 2019-11-15 12:59:38 +01:00
Using is_success() with getstore().pl Initial commit 2019-11-15 12:59:38 +01:00
Using Net_FTP to get a file on the server.pl Initial commit 2019-11-15 12:59:38 +01:00
Using news group.pl Initial commit 2019-11-15 12:59:38 +01:00
Using POST to post parameters to a Perl CGI.pl Initial commit 2019-11-15 12:59:38 +01:00
Using regular expresion to validate an IP address.pl Initial commit 2019-11-15 12:59:38 +01:00
Using Socket to call a Perl CGI.pl Initial commit 2019-11-15 12:59:38 +01:00
Using the mirror() Function.pl Initial commit 2019-11-15 12:59:38 +01:00