All the tables provided in the cheat sheets are also presented in tables below which are easy to copy and paste.
View or Download the Cheat Sheet JPG image
Right-click on the image below to save the JPG file (2500 width x 2320 height in pixels), or click here to open it in a new browser tab. Once the image opens in a new window, you may need to click on the image to zoom in and view the full-sized jpeg.
The Perl Network Programming Cheat Sheet covers:
- Perl help
- Comparison operators
- Command-line arguments
- Special variables
- Run mode options
- References
- Variables
- Arrays
- Socket programming with Server-side & Client-side examples
- Relevant Perl functions
View or Download the cheat sheet PDF file
Download the cheat sheet PDF file here. When it opens in a new browser tab, simply right click on the PDF and navigate to the download menu.
What’s included in this cheat sheet
The following categories and items have been included in the cheat sheet:
Perl help
Comparison operators
Command-line Arguments
Special Variables
Run mode options
References
Variables
Arrays
Socket Programming with Server-side & Client-side examples
Relevant Perl Functions
=++
lt gt le ge
String relational operators.
eq ne cmp
Stringwise equal, not equal, compare.
Compare operators return -1 (less), 0 (equal)
or 1 (greater).
In array context, enumeration.
@ENV hash of program’s environment