-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.old.html
112 lines (104 loc) · 3.57 KB
/
index.old.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Barcelona.pm - Barcelona Perl Mongers</title>
<style type="text/css">
body {
margin-left: 8em;
margin-right: 8em;
margin-top: 2em;
margin-bottom: 2em;
}
h1 {
margin-bottom: 1em;
text-align: center;
}
h2 {
text-transform: uppercase;
}
pre {
border: 1px solid black;
padding: 0.5em;
}
</style>
</head>
<body>
<h1>Barcelona.pm</h1>
<h2>Name</h2>
<p>
Barcelona.pm - Barcelona Perl Mongers
</p>
<h2>Synopsis</h2>
<pre>
use Perl;
use Acme::PM::Barcelona;
</pre>
<h2>Description</h2>
<p>
Barcelona.pm is a group of people interested in <a href="http://www.perl.org/">Perl</a>
(also known as Perl Mongers) that are living in <a href="http://www.bcn.es/">Barcelona</a>.
Interestingly enough, there's a lot of people in the group that happen to be living outside
Barcelona too, so anyone is welcome aboard. Please, start subscribing the
<a href="http://mail.pm.org/mailman/listinfo/barcelona-pm">mailing list</a>
and introduce yourself.
</p>
<h3>Meetings</h3>
<p>
Monthly meetings take place the last Thursday.
Next meeting is due on <a href="http://linkd.in/ysBcSu" title="RSVP meeting on LinkedIn">Thu, Feb 23 2012 20:00 (CET)</a>.
</p>
<h3>Events</h3>
<p>
Barcelona.pm will give a
<a href="http://curs.perl.cat/" title="Curs avançat de Perl 2012">Perl advanced class</a>
on March 10th.
We are granted access to a classroom thanks to the
<a href="http://www.ac.upc.edu/" title="DAC (BarcelonaTech UPC)">Computer Architecture Department</a>
at
<a href="Universitat Politècnica de Catalunya (BarcelonaTech)" title="">BarcelonaTech (UPC)</a>
and decided to give
our time and expertise promoting Perl once more. So for a small fee we feed and
give a t-shirt to the attendands. The class will be in Catalan or Spanish,
as each lecturer sees fit.
</p>
<h2>Caveats</h2>
<p>
Perl can become very, very addictive! Don't mix it with other drugs and ask your doctor in case of intoxication.
</p>
<h2>Bugs</h2>
<p>
No, thanks. We prefer beers and <em>patatas bravas</em>.
</p>
<h2>Files</h2>
<p>
Sure! You'll find most of them on <a href="BarcelonaPerlMongers.html">the old website pages</a>.
</p>
<h2>See Also</h2>
<p>
Don't miss other <a href="http://www.pm.org/">Perl Mongers groups</a>.
</p>
<h3>News</h3>
<ul>
<li><a href="http://perlnews.org/">Perl news</a></li>
<li><a href="http://perlsphere.net/">Perlsphere</a> aggregated Perl news</li>
<li><a href="http://ironman.enlightenedperl.org/">Ironman</a> aggregated Perl news</a></li>
<li><a href="http://perlbuzz.com/">Perl Buzz</a> news collection</li>
<li><a href="http://perlweekly.com/">Perl Weekly</a> news</li>
</ul>
<h3>Tutorials</h3>
<ul>
<li>A collection of good <a href="http://perl-tutorial.org/">Perl tutorials</a> by Christian Walde</li>
<li><a href="http://learn.perl.org/tutorials/">Perl tutorials</a> in <a href="http://learn.perl.org/">learn.perl.org</a></li>
<li><a href="http://onyxneon.com/books/modern_perl/">Modern Perl Book</a> by chromatic</li>
<li><a href="http://szabgab.com/perl_tutorial.html">Perl Tutorial</a> by Gabor Szabo</li>
</ul>
<h2>Authors</h2>
<p>
We run a mailing list to keep us in touch. You're welcome to
<a href="http://mail.pm.org/mailman/listinfo/barcelona-pm">join us</a>
or take a closer look to our
<a href="http://mail.pm.org/pipermail/barcelona-pm/">list archives</a>.
</p>
</body>
</html>