Skip to content

darkmuck/SimplePerlSockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

0. Open two terminal windows
1. From the first terminal, run these commands:
    $ chmod a x server.pl;perl server.pl 1234;
2. From the second terminal, run these commands:
    $ chmod a x client.pl;perl client.pl localhost 1234
3. From the second terminal window (client) try to type any word(s) and press enter. You should see the result transmitted to terminal window #1 (server).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages