- Perl ›
- here
Reading material
I have an article about thinking about a programming language called Perl.
Perl linguistic features
An article about the linguistic features of Perl.
- Where Perl excels
- Perl is a familiar scripting language with syntax similar to C, Java, PHP, and JavaScript
- Perl is a backwards compatible scripting language
- I thought about why Perl doesn't really need exception handling finally
- Think about the benefits of having no type in a variable
- Perl's garbage collection (GC) characteristics
- Perl linguistic features
Variable name
A discussion of variable names.
FAQ
Perl Core Development
Object Oriented
Hash-based object-oriented programming is simple, fast, and memory-saving.