הלינקייה: מגזין חודשי למפתחים
רוצה לשמוע על כל האירועים, המדריכים, הקורסים והמאמרים שנכתבו החודש ?
הלינקייה הינו מגזין חופשי בעברית שמשאיר אותך בעניינים.
בלי ספאם. בלי שטויות. פעם בחודש אצלך בתיבה.
Advanced Perl

Course Description
The Advanced Perl takes the next level in developing perl scripts and applications towards writing maintainable and reusable software components for our perl scripts. We also take a basic look on existing perl modules to improve our workflow.
Course Duration: 3 Days.
Course Materials
Download all course materials in PDF format:
Advanced Perl PDF
Prerequisites
- Basic knowledge of the perl programming language
Github Code Examples
Watch all code examples for this course live on GitHub
Course Index
| Day | Lesson | Exercise |
|---|---|---|
| Day 1 | References | References Exercise |
| * Tyepglobs | ||
| * Subroutine Prototypes | ||
| Eval | ||
| Day 2 | Modules | Modules Exercise |
| * TK User Interface | ||
| Day 3 | Object Oriented Perl | OO Exercise |
| Perl Best Practices |
Detailed Syllabus
- Using And Creating References
- Complex Data Structures
- Typeglob and Symbol Table
- Eval
- Handling Errors
- Writing Simple Modules
- Object Oriented Perl
- Moose
- User Interface Using Tk