Perl One-Liners : 130 programs that get things done /
Part of the fun of programming in Perl lies in tackling tedious tasks with short, efficient, and reusable code. Often, the perfect tool is the one-liner, a small but powerful program that fits in one line of code and does one thing really well. In Perl One-Liners, author and impatient hacker Peteris...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
2013.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introduction to Perl One-Liners
- Spacing
- Numbering
- Calculations
- Working with Arrays and Strings
- Text Conversion and Substitution
- Selectively Printing and Deleting Lines
- Useful Regular Expressions
- perl1line.txt
- A. Perl's Special Variables
- B. Using Perl One-Liners on Windows.