perl programming language fundamentals
Perl(practical extraction and report language) is designed to make the easy jobs easy,
without making the hard jobs impossible.

Programming Perl,
Larry Wall, Tom Christiansen & Jon Orwant

contents

  1. perl overview
  2. perl language fundamentals
    1. atoms, molecules
    2. built-in data types
    3. variables, names, scalar values
    4. unary, binary operators
    5. statements and declarations
    6. context
    7. list values, arrays, hashes
    8. typeglobs and filehandles
    9. input operators

  3. subroutines

  4. pattern matching

  5. formats

  6. references

  7. data structures

  8. packages, modules, objects

  9. overloading

  10. tied variables

  11. gui with Tk.pm module

  12. using perl


>> perl overview
dr. salih yurttas | computer science

Valid HTML 4.01!