-
Notifications
You must be signed in to change notification settings - Fork 0
darkmuck/SimplePerlSockets
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published