PerlStudy: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 6: Line 6:
== What we do? ==
== What we do? ==


The perl study group is basically to get people introduced to using perl.  We are going to do this by helping you write your first program, whatever that might be.  If you are extremely new to programming you should start with something simple like single player poker game while more advanced users can make multi player games.  There will be people with varying levels of programming experience in perl and other languages.  We will use perl 5 and whatever text editor you are comfortable with.  
The perl study group is basically to get people introduced to using perl.  We are going to do this by helping you write your first program, whatever that might be.  If you are extremely new to programming you should start with something simple like single player poker game while more advanced users can make multi player networked games and other applications.  There will be people with varying levels of programming experience in perl and other languages.  We will use perl 5 and whatever text editor you are comfortable with.


== Meeting Details ==
== Meeting Details ==

Revision as of 16:12, 13 November 2011

What is perl you might ask? This was taken from this wikipedia wikipedia article:

Perl gained widespread popularity in the late 1990s as a CGI scripting language, in part due to its parsing abilities. In addition to CGI, Perl is used for graphics programming, system administration, network programming, finance, bioinformatics, and other applications. Perl is nicknamed "the Swiss Army chainsaw of programming languages" due to its flexibility and power. It is also referred to as the "duct tape that holds the Internet together", in reference to its ubiquity and perceived inelegance.


What we do?

The perl study group is basically to get people introduced to using perl. We are going to do this by helping you write your first program, whatever that might be. If you are extremely new to programming you should start with something simple like single player poker game while more advanced users can make multi player networked games and other applications. There will be people with varying levels of programming experience in perl and other languages. We will use perl 5 and whatever text editor you are comfortable with.

Meeting Details

Where else but at Noisebridge. We will be meeting in either classroom at 1:00 pm each Sunday.

New User Setup

Perl installed somewhere on your system. We suggest Padre, which is a Perl IDE (Integrated Development Environment). Download Padre here: Padre Download.

Advanced User Setup

Linux or OS X installed in a VM or elsewhere with root level access. This is so you can install software packages like a database server or perhaps a web server.