Home
FREE Newsletter
Perl How To
Perl Books
Perl Basics
Perl Editors
Perl Modules
Perl Database
Net Programming
Sitemap
About Me
Contact Me
Blog
 

Perl How To Tutorials

I received thousands of search queries on my site regarding how to use some Perl topics in different situations.

So I decided to write some eBook tutorials about how to use these topics in the most frequent situations. I tried to answer the most significant questions I received from you, giving you a lot of examples to help you understand the topics better.

At this time three eBooks are available :


Perl Scalar and String Functions - How To Tutorial

Some of the topics described in this eBook are listed below:

  • How to use the chomp function to remove the ending newline from an input string
  • How to manipulate or query information about a string
  • How to master data conversions from a format to another
  • How to use the scalar and string functions with different statements, special variables and operators
  • How to use the scalar and string functions with the regular expressions
  • How to use the scalar and string functions with simple or multidimensional arrays or hashes, with complex data structures
and much more.

To see what I mean, I suggest to take a look at the Table of Contents of this eBook.


Perl Statements How To Tutorial

Some of the topics described in this eBook are listed below:

  • How to use the conditional statements: if, unless, switch
  • How to use the loop statements: for, foreach, while, do-while, until, do-until; a special attention is accorded to the foreach and while statements, being provided a lot of examples to illustrate their use
  • How to use compound statements, loop controls and statement modifiers
  • How to use the statements with different functions or operators
  • How to use the statements with the regular expressions
  • How to use statements with simple or multidimensional arrays or hashes, with complex data structures
and much more.

To see what I mean, I suggest to take a look at the Table of Contents of this eBook.


Perl chomp Function Tutorial

Some of the topics described in this eBook are listed below:

  • How to use chomp in connection with strings, arrays or hashes in a single line along with STDIN
  • How to use chomp with if, while, foreach, map
  • How to use chomp with some other functions: index, lc, uc, unshift, push, split, hex
  • How to chomp "multidmensional" data structures using a recursive subroutine
  • How to chomp large data
  • How to chomp a reference variable (scalar, array or hash)
  • How to use chomp with binary files
and much more.

To see the whole picture of this How To Tutorial, please see the Table of Contents and a few other features.



footer for perl chomp page