Home
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 do 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.

I begin with "Perl chomp Function Tutorial" because the chomp function is one of the most frequently used in Perl. My tutorial covers the most significant situations where you need to use the chomp function.

I list some of the topics described in this eBook 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.

If you want 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