<html><body><div style="color:#000; background-color:#fff; font-family:bookman old style, new york, times, serif;font-size:8pt"><div>Hi Alvin,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 11.111111640930176px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent; font-style: normal;">Can you suggest us a suitable date to host in hackerspace by next week or so?</div><div style="color: rgb(0, 0, 0); font-size: 11.111111640930176px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 11.111111640930176px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent; font-style: normal;">Thanks,</div><div style="color: rgb(0, 0, 0); font-size: 11.111111640930176px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent;
 font-style: normal;">~Saran</div>  <div style="font-family: 'bookman old style', 'new york', times, serif; font-size: 8pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Alvin Jiang <ajiang@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> Gaurav Vaidya <gaurav@ggvaidya.com>; "singapore-pm@pm.org" <singapore-pm@pm.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Saturday, September 21, 2013 11:36 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [singapore-pm] Perl Meet up at Singapore<br> </font> </div> <div class="y_msg_container"><br>I can host. <br clear="none"><br clear="none">Ping me off list to find a suitable date. <br clear="none"><br clear="none">Alvin. <br clear="none"><div class="yqt0791770609" id="yqtfd33629"><br
 clear="none">> On 21 Sep, 2013, at 16:38, Gaurav Vaidya <<a shape="rect" ymailto="mailto:gaurav@ggvaidya.com" href="mailto:gaurav@ggvaidya.com">gaurav@ggvaidya.com</a>> wrote:<br clear="none">> <br clear="none">> Hi everybody!<br clear="none">> <br clear="none">>> On 20 Sep, 2013, at 12:19 AM, Saravanan T <<a shape="rect" ymailto="mailto:talk2saravanan@yahoo.co.in" href="mailto:talk2saravanan@yahoo.co.in">talk2saravanan@yahoo.co.in</a>> wrote:<br clear="none">>> Cool Info Patrick!<br clear="none">>> <br clear="none">>> Gaurav is doing good!<br clear="none">> Well, I'm sick. But I think I'm getting better! Also Boulder, Colorado is the beautifulest beautiful imaginable, so I am very happy, even if sick :)<br clear="none">> <br clear="none">>> Yes..Gaurav also suggested to host in hackerspace.sg.<br clear="none">>> Can we use it at free of cost?<br clear="none">> The last time we had a
 meeting there, we had to get one of the Hackerspace members to host the event for us. But you can also e-mail events(at)hackerspace(dot)sg, see <a shape="rect" href="http://hackerspace.sg/about-us/" target="_blank">http://hackerspace.sg/about-us/</a><br clear="none">> <br clear="none">>> From: Patrick Haller <<a shape="rect" ymailto="mailto:singapore-pm@haller.ws" href="mailto:singapore-pm@haller.ws">singapore-pm@haller.ws</a>><br clear="none">>> To: Saravanan T <<a shape="rect" ymailto="mailto:talk2saravanan@yahoo.co.in" href="mailto:talk2saravanan@yahoo.co.in">talk2saravanan@yahoo.co.in</a>> <br clear="none">>> Cc: "<a shape="rect" ymailto="mailto:singapore-pm@pm.org" href="mailto:singapore-pm@pm.org">singapore-pm@pm.org</a>" <<a shape="rect" ymailto="mailto:singapore-pm@pm.org" href="mailto:singapore-pm@pm.org">singapore-pm@pm.org</a>> <br clear="none">>> Sent: Friday, September 20, 2013 8:12 AM<br
 clear="none">>> Subject: Re: [singapore-pm] Perl Meet up at Singapore<br clear="none">>> <br clear="none">>> Here's a quick perl golf question for the list, what's the shortest way<br clear="none">>> to write a rot13 function without mangling the variable passed in?<br clear="none">>> <br clear="none">>> Here's my attempt:<br clear="none">>> <br clear="none">>> sub rot13($) {<br clear="none">>>    $a if (my $a = $_[0]) =~ tr/a-mn-z/n-za-m/<br clear="none">>> }<br clear="none">> I tried to make it wordier, but this won't translate punctuation correctly for some reason :-/<br clear="none">> <br clear="none">> sub rot13 {<br clear="none">>    return join "", map { $_ = ord; chr ($_ > 109 ? $_ - 13 : $_ + 13) } split //, lc shift;<br clear="none">> }<br clear="none">> <br clear="none">> cheers,<br clear="none">> Gaurav</div><br clear="none">>
 _______________________________________________<br clear="none">> Singapore-pm mailing list<br clear="none">> <a shape="rect" ymailto="mailto:Singapore-pm@pm.org" href="mailto:Singapore-pm@pm.org">Singapore-pm@pm.org</a><br clear="none">> <a shape="rect" href="http://mail.pm.org/mailman/listinfo/singapore-pm" target="_blank">http://mail.pm.org/mailman/listinfo/singapore-pm</a><br clear="none">_______________________________________________<br clear="none">Singapore-pm mailing list<br clear="none"><a shape="rect" ymailto="mailto:Singapore-pm@pm.org" href="mailto:Singapore-pm@pm.org">Singapore-pm@pm.org</a><br clear="none"><a shape="rect" href="http://mail.pm.org/mailman/listinfo/singapore-pm" target="_blank">http://mail.pm.org/mailman/listinfo/singapore-pm</a><div class="yqt0791770609" id="yqtfd97788"><br clear="none"></div><br><br></div> </div> </div>  </div></body></html>