Future Meetings
About Our Meetings
Apart from the mailing list, the main avenue for Israel Perl Mongers for
the exchange of information and ideas are the Israel.pm monthly meetings.
Since June 2002 we have held regular monthly meetings, usually on the first
Thursday of the month. During these meetings we meet, socialize for a while,
then we have around 2 presentations about topics that interest us and finally we
go to a nearby local cafe/pub to talk some more (and drink beer ;-).
The level of the presentations varies a lot - from
presentations fit for people who have used been using Perl for only 2 months, to
advanced material suitable for experienced programmers.
The level of the speakers also varies - for some of them this is the first time
they give any kind of presentation, others are experienced trainers. All speakers
are volunteers who have agreed to share their knowledge and passion with their
fellow Perl Mongers.
Lectures can last from 5 minutes ("lightning talks") to 90 minute long talks,
and can be a simple "lecture style" presentation, or one with lots of interaction
from the audience.
In addition to the presentations and the ability to meet and talk face to face with
other Perl users.
Meetings are announced on our mailing lists.
Note: See the Jerusalem.pm site for information about their meetings.
Past Meetings
Following is a list of past meeting archives, from oldest to last. Click each meeting date to go to that particular meeting's page.
Tel Aviv Meeting on 28 May, 2014
Location: Shenkar College, Room 247 in the "old" building. (Entrance from Anna Frank St.) In Ramat Gan.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Ynon Perek - âThe Vim Text Editor for Perl Developersâ
Editing text takes a lot of time. By using and customising a good text editor, we can get more work done in less time. In this talk Iâm going to take Vim and show how a Perl developer can get a lot more productive by using it. Weâll start with a plain out-of-the-box Vim installation and add plugins and customisations to create a perl oriented workflow.
Tel Aviv Meeting on 26 March, 2014
Location: Shenkar College, Room 247 in the "old" building. (Entrance from Anna Frank St.) In Ramat Gan.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Special challenges in Hardware Description Languages. by Meir Guttman
- What's it all about.
- The advent of programmable logic.
- History.
- Parallelism taken to its extreme.
- Simulation.
- Hardware compilation.
Tel Aviv Meeting on 26 February, 2014
Location: Shenkar College, Room 247 in the "old" building. (Entrance from Anna Frank St.) In Ramat Gan.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Introduction to the Dart Programming language by Gabor Szabo
Dart is a programming language developed by Google âto replace JavaScriptâ. Gabor is currently exploring Dart and will share with you what he found.
Tel Aviv Meeting on 29 January, 2014
Location: Shenkar College, Room 2207 in the "new" building. (Entrance from Yeda-Am St.) In Ramat Gan.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Catalyst - The Perl-based Web-Development Framework by Ynon Perek.
Catalyst is a web development framework for Perl.
The talk will involve:
- A small comparison with other web frameworks (or why you should choose Catalyst)
- Writing a dead simple REST API
- Rendering some HTML with Template Toolkit
- Integrating with plack
- Integrating with DBIx::Class
- Questions & Answers
Tel Aviv Meeting on 18 December, 2013
Location: Shenkar College, Room 2103 in "new" building. (Entrance from Yeda-Am St.) In Ramat Gan.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Using Linux and Perl for Testing Hardware by Ori Idan
Every electronic circuit must be checked before it is delivered to the customer. The check should perform a functional test of all the circuitâs functions. In mass production, an automatic test is a must. In this talk, I will talk about the implementation of some functional test systems which I have implemented for several customers. All these systems use Linux as their operating systems and Perl for the actual tests.
Tel Aviv Meeting on 23 October, 2013
Location: Shenkar College, Room 247 (previously known as room 407) in the building in Anna Frank St. in Ramat Gan.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
How to Welcome Strangers to Perl. - Erez Schatz
Perl and its subsets and extensions have a very unfriendly to outsiders reputation. Part of it is intentional, but other arrives from cultural and personal differences between many in the current communities and those who wish to learn, or get answers and support in Perl, Perl 5, Modern Perl 5, and the CPAN and its main Projects. I will attempt to map some of these relations in an attempt that bridge the two sides.
Distributed Apps with Gearman - Issac Goldstand
Gearman is a framework for writing distributed applications across many nodes. It allows you to do work in parallel, load balance processes and write applications across several programming languages. In this presentation we'll learn how to get started writing Gearman-powered applications in Perl.
Tel Aviv Meeting on 22 May, 2013
Location: Shenkar College, 8th Yeda Am street, Ramat Gan, Floor 2, Room 2103 in the new building.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Asynchronous Programming FTW! by Sawyer X
The new age is all about non-blocking asynchronous creative responsive deconstructive refactored decoupled conjectured applications. If you're not on the event loop wagon loop, you're missing out!
What the hell am I talking about? Am I just drunk? How many of the above words are totally made-up? These questions and more will be answered at this talk!
Rx.pl - Reactive Extensions for Perl by Ran Eilam
A library for composing async programs. Because writing async code is hard, but working with Perl lists is easy. Lets turn events into lists, and reap the benefits:
- Elegant async programming without callback nesting, using operators we  all know from working with Perl lists.
- Managing and coordinating events, e.g. start an HTTP request when timeout  on key press if previous HTTP request was OK and arrived in the last  10 seconds.
- Programming with stream transformations, instead of objects and methods-  say hello to beautiful functional designs with well defined state and  side-effects . Replace boring UML diagrams with fun marble diagrams.
- Stop writing and rewriting retry, timeout, throttle, buffer, window,  counters, caching, and aggregate functions for each project. Instead  create your processes as observables, then enjoy a rich library of  existing operators.
Slides from ILPW 2013
The slides of some of the talks from the Israeli Perl Workshop are available here:
- Unicode Issues in Perl by Meir Guttman
- Convert::Binary::C by Yossi Itzkovich
- Convert::Binary::C by Yossi Itzkovich
Tel Aviv Meeting on 28 November, 2012
Location: Shenkar College, 8th Yeda Am street, Ramat Gan, Floor 2, Room 2103 in the new building.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Ido Kanner - binding shared libraries with Perl.
Overview of what shared libraries are, and how to bind their functions to Perl.
Ynon Perek - Real Time Web with Pocket::IO
The Internet is changing direction. More and more web-sites want to
notify their visitors in real time about changes that happen on the server (for instance, a
different visitor uploaded a photo). A library called Socket IO unifies all the various ways to send
messages from the server to the computers of the visitors and allows the programmer to write an
Internet application that gets updated in real time. vti implemented the library in Perl as Pocket::IO.
In this talk, I will present the ideas behind Real Time Web, including code excerpts in Perl which use the library in order to create interactive sites.
Sawyer X - Regular Expressions Demystified
Do you use Regular Expressions? No? Would you like to? Do you find them complicated or confusing?
Let's try to fix that. A beginner's talk for introducing simple, smart, easy-to-understand Regular Expressions.
Tel Aviv Meeting on 31 October, 2012
Location: Shenkar College, 8th Yeda Am street, Ramat Gan, Floor 2, Room 2103 in the new building.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Pavel Zhytomirsky - Writing Selenium automatic tests ( Selenium, WebDriver, TAP, TAP::Harness )
Meir Kriheli - NoSQL Database MongoDB
Uri Hartmann - Linux Perl Daemons
Tel Aviv Meeting on 19 September, 2012
Location: Shenkar College, 8th Yeda Am street, Ramat Gan, Floor 2, Room 2106 in the new building.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Ynon Perek: Meta-Moose (using the meta object, dynamically add methods, play with attributes etc.) (20 min)
Shlomi Fish will talk about Project Euler
Moshe Nahmias introducing the mail stats program.
Tel Aviv Meeting on 29 August, 2012
Location: Shenkar College, 8th Yeda Am street, Ramat Gan, Floor 2, Room 2106 2205 in the Mitchel
building.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Sawyer X - "Practical Perl - Earn your living" or how make money from parsing a string
Uri Bruck - "If Music be the Food of Love, try playing it with Perl." or MIDI, Musical Instrument Digital Interface, is a standard that enables computers, musical instruments and other devices to communicate with each other. It's not surprising that there's something on cpan for that. We'll look into various aspects of handling MIDI with Perl, and maybe get to listen to something nice too
Sawyer and Gabor - "Report from YAPC 2012 Europe" or A lot of weird, geek, strange, funny an awesome stories from the biggest Perl event in Europe.
Tel Aviv Meeting on 25 July, 2012
Location: Shenkar College, 8th Yeda Am street, Ramat Gan, Floor 2, Room 2106.
Time: meeting at 18:30, the talks begin at 19:00
Agenda:
Sawyer X:
- FatPacker
- Packaging for CPAN
- Modern Web application development using Perl
Tel Aviv Meeting on 30 May, 2012
Ido Kanner: From Client to to execution The lecture will explain how Redis works, writing a client for it, what and why it was created, and how to use it in Perl.
Shlomi Fish: Perl For Perl Newbies "Perl for Perl Newbies" - Part 5 - Good Programming Practices and the lecture notes in Hebrew
Tel Aviv Meeting on 2 May, 2012
the two extremes of the Perl World
Ynon Perek: Perl Golf (15-20 minutes)
sub b{[@b=(abs||No,bottle."s"x!!++$_,of,beer),on,the,wall]}print "@{+b},\n@b,\nTake one down, pass it around,\n@{+b}.\n" for-pop||-99..-1
Perl Golf slides of Ynon Perek and the Perl golf book he mentioned during the talk.
Gabor Szabo: Refactoring Perl code (20-40 minutes)
Code refactoring is "disciplined technique for restructuring an existing body of code,
altering its internal structure without changing its external behavior". It is needed
to ensure your code remains readable while growing in size and scope.
It is needed if you have some old code base that needs improvement and after every period of intense development when you "did not have the time to properly design your code".
There are several patterns in refactoring, some of them you might already practice without knowing the name.
The most obvious is when you use a variable $x and suddenly you realize it could have a more descriptive name. If you change all the occurances of $x to this better name, without changing anything else in the code, that's already refactoring.
We will see several patterns for refactoring Perl code. We see examples doing them manually and we'll try to automate them as well.
Mini Hackathon
After the talks we are going to have a mini hackathon, where we are going to work on Perl modules.
If possible, please bring your notebook.
We meet at 18:30 and the talks begin at 19:00. The address is: Shenkar College, main building on Anna Frank street, Ramat Gan, Room 300.
Tel Aviv Meeting on 28 March, 2012. At 18:30 in Shenkar
Meir Kriheli: Sphinx - Documentation in action (45 min) slides from the previous version of this talk.
Gabor Szabo: How to contribute to a CPAN module (30-50 min)
- Pick a module
- Check the bug tracking system
- Find and check-out the source code
- Write a test
- Create a fix
- Send a patch
Then we form groups of 2-3 people and fix bugs in CPAN modules. We can do this in Spaghettim already. For this, please bring your notebook or arrange with someone else to share one. Also, please recommend modules that need their RT queue cleaned up!
- XML::Feed. See also this post
- SVG See the video
- suggestions by Sawyer
We meet at 18:30 and the talks begin at 19:00. The address is: Shenkar College, main building on Anna Frank street, Ramat Gan, Room 300.
Perl Workshop in Israel 28-February-2012
After 4 years of break the next Perl Workshop in Israel will take place on 28 February 2012. The web site is already open for registation. We are looking for talks and sponsors.
Tel Aviv Meeting on 28 December, 2011
Please note the change of venue. This is the building where we started having TA.pm, and not the one which we used for some of the recent meetings.
On 28 December, 2011 (Wednesday), the Tel Aviv Perl Mongers will hold their monthly meetup, and this time it is going to be special. We meet at 18:30 and the talks begin at 19:00. The address is: Shenkar College, main building on Anna Frank street, Ramat Gan, Room 300.
One can find more details on the web-site of the Tel Aviv Perl mongers.
This meeting will hold the following talks:
-
Visualizing the brain of Vim by Ran Eilam - You loved him in "Game frameworks with SDL, Moose and Coro", you cried over his performance in the after-meeting get-togethers, and you will absolutely adore him in "Visualizing the brain of Vim". All-star legend Ran Eilam will talk to us (both beginners and experts) about Vim and how to fathom this incredible beast. I warn you, the first two lines in the audience will be damaged by Emacs flames.
-
A bunch of modules which made sense writing - by Sawyer X: I'm going to cover some utility modules I've written, why they were written and when they are useful. At the end, you'll have to judge whether they were worth writing at all. There will be voting booths available! (We'll cover Algorithm::Diff::Callback, App::Genpass, Data::PowerSet::Hash and Module::Version.)
-
To upgrade or not to upgrade, Perl 5.6 vs. Perl 5.14 - ik vs. Sawyer X: A source of great concern in the Perl users community is whether to use an up-to-date Perl and what version should be considered "too old". On one hand, we have the management that wants as little cost and changes as possible (sometimes along with systems administrators), and on the other hand, the developer who wants to use the latest technologies, and is often stuck on obsolete systems.
In light of this serious consideration, we're going to take turns poking at each other with a stick, wearing funny hats, damning the unbelievers and heretics until they submit to one side: 5.6 or 5.14!
The entrance to the meeting is free-of-charge, and everyone are welcome to attend. See you there!
Tel Aviv Meeting on 30-November-2011
Location:
- Building: The main building of Shenkar College on Anna Frank street 12, Ramat Gan.
- Room: 300.
- Time: 6:30pm get-together, 7:00pm talks begin!
We will be presenting the following talks:
Tools of the perl, a quick survey of 4 modules (by Erez Schatz)
We will cover four modules that make the life of a Modern Perl developer much easier than it used to be: local::lib, cpanm, perlbrew, pm-uninstall.
DBIx::Class and ORMs (by Erez Schatz)
What is an ORM, why do we need it, and what does DBIx::Class bring to the table for perl programmers at large.
Firebird: a database that does not burn your data (by ik)
An introduction to the Firebird database and why it is so highly-regarded by those who use it
2002 Meetings
- 18 March, 2002 - Location - Tel Aviv, Azrieli center, Kapulsky; we were 6 people there.
- 13 June, 2002 - Location - Tel Aviv, <a href="http://www.raz.co.il/">Raz Information Systems</a>
- 11 July, 2002 - Location - Tel Aviv, <a href="http://www.raz.co.il/">Raz Information Systems</a>
- 12 September, 2002 - Location - <a href="http://www.rothschild.haifa.ac.il/">The CRI</a> (Gabor Szabo - Array::Unique, Games::NIM and Games::Chomp)
- 10 October, 2002 - Location - Tel Aviv, <a href="http://www.raz.co.il/">Raz Information Systems</a> (Gabor Szabo - Book review ; Shlomo Yona - <a href="http://yeda.cs.technion.ac.il/~yona/perl/lecture5/">sort</a>)
- 07 November, 2002 - Location - <a href="http://www.interbit.co.il/">Interbit</a>, Ramat Gan (presentation tools)
- 12 December, 2002 - Location - <a href="http://www.interbit.co.il/">Interbit</a>, Ramat Gan (Mark Veltzer - Object Oriented Perl)
2003 Meetings
- 16 January, 2003 - Location - <a href="http://www.interbit.co.il/">Interbit</a>, Ramat Gan, Shlomi Fish: Web Meta Language.
- 13 February, 2003 - Location - <a href="http://www.interbit.co.il/">Interbit</a>, Ramat Gan, Lightning talks by various people.
- 13 March, 2003 - Location - <a href="http://www.sela.co.il/">Sela</a>, Ramat Gan - Expect (!) that Thomas Maier will talk about using Perl for QA.
- 10 April, 2003 - <a href="http://www.pc.co.il/go-linux">GO-Linux</a> Hotel Hilton, Tel Aviv - Short Talks by Various People: (Pinkhas Nisanov, Offer Kaye, Mikhael Goikhman, Gabor Szabo).
- 12 June, 2003 - Ramat Gan (Roey Almog - "Search engine that indexes MS-Word documents"; Ran Eilam - "OO persistence using <a href="http://www.soundobjectlogic.com/tangram/">Tangram</a>"; Gabor Szabo - "Debugging in Perl")
- 17 July, 2003 - Ramat Gan (<a href="http://stason.org/">Stas Bekman</a> - "<a href="http://stason.org/talks/index.html">mod_perl tutorial</a>")
- 14 August, 2003 - Ramat Gan (Shlomi Fish - "Finding the Graham Function"; Ran Eilam - "A Project I did for Dapey Zahav"; Itzik Lerner - "<a href="http://yapc.mongueurs.net/">YAPC::EU::2003</a> Experiences" )
- 11 September, 2003 - Ramat Gan (Mikhael Goikhman - "<a href="http://migo.sixbit.org/papers/Perl_Threads/">Perl Threads</a>" (<a href="http://migo.sixbit.org/papers/Perl_Threads.tar.gz">download link</a>); Gabor Szabo - "Tcl for Perl programmers")
- 09 October, 2003 - Ramat Gan (Yehuda Berlinger - "<a href="http://podindex.pti.co.il/">podindex</a>"; Gabor Szabo - podindex with WxPerl"; Mikhael Goikhman - "<a href="http://migo.sixbit.org/papers/Introduction_to_Ruby/">Ruby for Perl Programmers</a>" (<a href="http://migo.sixbit.org/papers/Introduction_to_Ruby.tar.gz">download link</a>))
- 06 November, 2003 - Ramat Gan (Avraham Bernstein - "Tcl for Perl Programmers"; Gabor Szabo - The <a href="http://occamstoothbrush.com/perl/talks/phalanx_talk/slides/">Phalanx Project</a> ;Ran Eilam - "Introduction to Extreme Programming")
- 11 December, 2003 - Ramat Gan (Shlomo Yona - "The garbage collector of Perl"; Ran Eilam - "Test Driven Development with Java and Eclipse" ;Shlomi Fish - "<a href="http://www.shlomifish.org/lecture/Perl/Haskell/slides/">Haskell for Perl Programmers</a>")
2004 Meetings
- 08 January, 2004 - Ramat Gan (Shlomo Yona - Edit Distance; Ran Eilam - Extreme Programming (2))
- 05 February, 2004 - Ramat Gan (Gabor - Web Application Development).
- 11 March, 2004 - Ramat Gan (David Baird - SOAP::Lite; Roman Parparov - The WHOIS Protocol; Yuval Kogman - What changed on CPAN).
- 01 April, 2004 - Ramat Gan (Roman Parparov - Perl for Geophysical Data; Ran Eilam - Natural Flow for Web Apps).
- 06 May, 2004 - Ramat Gan (Pinkhas Nisanov - <a href="http://www.nisanov.com/presentation/triz/">TRIZ</a>; Gaal Yahas - Perl in a Java environment).
- 03 June, 2004 - Ramat Gan (Roman Parparov - Empire - the Oldest Internet Strategy Game; Uri Bruck - SOAP Server in Perl).
- 01 July, 2004 - Ramat Gan. (Shlomo Yona - <a href="http://yeda.cs.technion.ac.il/~yona/talks/hebrew_and_perl/slides/index.html">Hebrew and Perl</a> ; Gaal Yahas - <a href="http://maypole.perl.org/">Maypole</a>)
- 19 August, 2004 - Ramat Gan. (Mikhael Goikhman - Version Control Systems ; Shlomo Yona - Morphological Analyzer for Hebrew)
- 09 September, 2004 - Ramat Gan. (Uri Bruck - Manipulating <a href="http://www.openoffice.org/">OpenOffice</a> Forms; Gabor Szabo - "<a href="http://www.perl.org.hu/english/">Perl in Hungary</a>" and "The Quality of CPAN Modules")
- 14 October, 2004 - Ramat Gan. (Uri Bruck - <a href="http://bruck.israel.net/perl/html-ep.sxi">HTML::EP, a system for embedding Perl into HTML</a>; Gabor Szabo - Installing Perl and CPAN Modules)
- 04 November, 2004 - Ramat Gan (David Baird - "STAF test framework" (<a href="/presentations/software testing automation framework pii.pdf">pdf</a>, <a href="/presentations/software testing automation framework pii.ppt">ppt</a>); Ran Eilam - "Intro to XUL-Node")
- 02 December, 2004 - Ramat Gan (Offer Kaye - "<a href="http://okaye.esmartweb.com/slides/syntax_highlighting/slide01.html">Syntax Highlighting</a>"; Uri Bruck - "Speaking in Perl"; Shlomo Yona - "<a href="http://yeda.cs.technion.ac.il/~yona/talks/pos_tagging_using_perceptron/slides/slide1.html">A Gentle Introduction to Automatic Classification</a>")
2005 Meetings
- 06 January, 2005 - Ramat Gan ( - ""; - ""; )
- 03 February, 2005 - Ramat Gan (Liraz Siri - "<a href="http://liraz.org/PythonVsPerl">Why Python is in Your Future</a>"; )
- 03 March, 2005 - Ramat Gan (Gabor Szabo - "Introduction to Web development using Perl"; Gabor Szabo - "Code Review - A review of 2 Web based projects"; )
- 21 April, 2005 - Ramat Gan (Uri Bruck - "Perl to Queen's Level 3"; )
- 19 May, 2005 - Tel-Aviv University (Gabor Szabo - "Code Review"; Uri Bruck - "Perl to Queen's Level 3"; )
- 26 May, 2005 - Azrieli Center (Perl-ILers - "Informal Meeting, Chat, and Food"; )
- 02 June, 2005 - Tel-Aviv University (Roman Parparov - "AI & Perl"; Shlomo Yona - "A job-interview like sorting riddle"; )
- 30 June, 2005 - Tel-Aviv University (Stas Bekman - "mod_perl"; )
- 11 August, 2005 - Tel-Aviv University (Roman Parparov - "Perl & MUD - parsing LPC structures with Perl"; Gabor Szabo - "GUI Development using GTK2"; )
- 15 September, 2005 - Tel-Aviv University (Felix Liberman - "Visual Perl/Tk - GUI development solution for beginners and professionals"; Gaal Yahas - "Perl 6 for Perl 5 Programmers: We've Got a Wonderful Language for You"; )
- 06 October, 2005 - Tel-Aviv University (Gaal Yahas - "(Not) Just the FAQs: Development in the pugs Project"; Shlomi Fish - "SVN::RaWeb::Light"; )
- 08 December, 2005 - Tel-Aviv University ()
2006 Meetings
- 05 January, 2006 - Tel-Aviv University (Perl Mongers - "Lightning Talks"; )
- 08 May, 2006 - F5, Habarzel 24, Ramat Hachayal, Tel-Aviv (Shlomo Yona - "an Introduction to Combinatorical Algorithms"; Gabor Szabo - "Test::Live - testing a CPAN module"; )
- 05 June, 2006 - F5, Habarzel 24, Ramat Hachayal, Tel-Aviv (Gabor Szabo - "Test::Live - testing a CPAN module"; Doron Abraham - "Stupid things your boss will always say, and how to completely misunderstand them"; )
- 03 July, 2006 - F5, Habarzel 24, Ramat Hachayal, Tel-Aviv (Orit Hazaan - "A Game Theoery Perspective on the Software Development Processes"; )
- 10 August, 2006 - Aroma (a café), Habarzel 25, Ramat Hachayal, Tel-Aviv (Everyone - "Social Meeting"; )
- 04 September, 2006 - F5, Habarzel 24, Ramat Hachayal, Tel-Aviv (Ori Peleg - "Thoughts about Software Testing"; Everyone - "Social Meeting"; )
- 09 October, 2006 - F5, Habarzel 24, Ramat Hachayal, Tel-Aviv (Uri Bruck - "Play it again, Perl"; Everyone - "Social Meeting"; )
- 02 November, 2006 - F5, Habarzel 24, Ramat Hachayal, Tel-Aviv (Mr. Yoram Shitrit from ABC (Yoram Shitrit) - "Banking software"; Doron Abram from F5 - "Meetings and your Stupid Boss"; Everyone - "Social Meeting"; )
- 05 December, 2006 - F5, Habarzel 24, Ramat Hachayal, Tel-Aviv (Ran Eilam - "The IO Language"; Shlomo Yona - "Aspect Oriented Programming"; Everyone - "Social Meeting"; )
2007 Meetings
- 04 January, 2007 - F5 Networks' offices at Ramat HaXayal in 24 HaBarzel St., Tel Aviv (Shmuel Fomberg - "Perl/Tk"; Gabor Szabo - "Perl 6"; )
- 06 February, 2007 - F5 Networks' offices at Ramat HaXayal in 24 HaBarzel St., Tel Aviv (Gabor Szabo - "Introduction to Perl 6 (Part 2)"; Shlomo Yona - "Undetermined Yet"; )
- 12 April, 2007 - F5 Networks' offices at Ramat HaXayal in 24 HaBarzel St., Tel Aviv (Shmuel Fomberg - "Embedding Perl in C"; Yuval Yaari - "Regular Expressions"; )
- 14 August, 2007 - F5 Networks' offices at Ramat HaXayal in 24 HaBarzel St., Tel Aviv (Gabor Szabo - "Test Automation in FOSS Projects"; Yuval Yaari - "Regular Expressions"; )
- 11 September, 2007 - F5 Networks' offices at Ramat HaXayal in 24 HaBarzel St., Tel Aviv (Yuval Kogman - "Object Meta Programming"; )
2008 Meetings
- 16 March, 2008 - Schreiber 008 in Tel Aviv University (Ran Eilam - "Config::*"; Shlomi Fish - "There are Too Many Ways to do it."; )
- 23 July, 2008 - Schreiber 008 (Maths and CS) in Tel Aviv University (Ido Kanner - "puts Ruby"; )
2010 Meetings
- 08 March, 2010 - Qualcomm Offices in Matam, Haifa (Erez Schatz - "How to Talk to Newbies"; Sawyer X - "Moose - the post-modern metaclass-based object system for Perl 5"; )
- 29 September, 2010 - Shenkar College, Anna Frank 12, Ramat Gan, Room 323. (Sawyer X - "Why Perl?"; Gabor Szabo - "Gabor Szabo: What's new in Perl 5.10 and 5.12"; Yuval Kogman - "Yuval Kogman: Read only state for fun and profit"; )