<?xml version="1.0" encoding="windows-1252"?>
<node id="616540" title="moritz" created="2007-05-21 08:33:09" updated="2012-06-19 16:03:57">
<type id="15">
user</type>
<author id="616540">
moritz</author>
<data>
<field name="doctext">
&lt;!-- location:latitude=049.46.31,longitude=009.59.37 --&gt;
[http://perlgeek.de/|Moritz] currently lives Germany, loves perl and especially [http://perl6.org/|Perl 6].

&lt;p&gt;The picture shows Eilean Donan Castle in Scotland, the picture was taken during a pleasant year of... "studying" in [http://moritz.faui2k3.org/en/gallery/scotland/|Scotland].

&lt;p&gt;If you're curious, [http://moritz.faui2k3.org/images/ich4.jpg|here's a picture of me].

&lt;h2&gt;CPAN&lt;/h2&gt;

My first module: [dist://Math::Expression::Evaluator].
&lt;p&gt;Then came [dist://Perl6::Gather::Take], which is the only lazy gather/take implementation on CPAN, but doesn't yet meet my standards (just read the caveats...).
&lt;p&gt;[mod://Perl6::Str] is the cool new kid on the block, which should and would a be a revolution in the way we deal with strings, if it weren't so much slower than perl 5's built-in string handling.

&lt;p&gt;[mod://Encode::Repair] does what the name suggests it does, but it doesn't do magic or guessing, just deterministic, solid work.


&lt;p&gt;There is another [id://645771|module that I've wanted to work on for ages], and which I'll probably name &lt;c&gt;Math::Model&lt;/c&gt;. Thanks to [mr_mischief] for helping me finding a name. Now [https://github.com/moritz/Math-Model/|implemented in Perl 6].

&lt;h2&gt;Perl 6&lt;/h2&gt;

&lt;p&gt;Perl 6 hacking and [http://perlgeek.de/blog-en/perl-6/|blogging] takes up a significant of my free time. I also published some articles about Perl 6 in the German [http://www.heise.de/ix/|iX magazine].

&lt;p&gt;I regularly contribute to the Perl 6 test suite, and to [http://www.rakudo.org/|Rakudo] (both test infrastructure and compiler).

&lt;p&gt;Currently I'm running (and as needed, developing) the [http://irclog.perlgeek.de/perl6/today|IRC logs for #perl6].


&lt;h2&gt;Weird Perl 5 Stuff&lt;/h2&gt;

&lt;p&gt;Did you know that there can be a space after the sigil of a variable?

&lt;code&gt;
$ perl -wle 'my $x = 3; print $ x; print "$ { x }"'
3
3
&lt;/code&gt;


&lt;p&gt;Or that you can define subs with numeric names?

&lt;code&gt;
$ perl -wle 'sub 4 { print "yes" }'
Illegal declaration of anonymous subroutine at -e line 1.
$ # well, not like that. But it *is* possible:
$ perl -lwe '*4 = sub { print "yes" }; 4-&gt;()' 
yes
&lt;/code&gt;

&lt;p&gt;Oh, and [http://use.perl.org/~nicholas/journal/39741|some funny fossils] lurk behind dark corners - sigils are optional in some cases:

&lt;code&gt;
$ perl -le 'push a, 2, 3; print @a'
23
&lt;/code&gt;

&lt;p&gt;Did you know about the [doc://reset] built-in function? Funny thing, if you ask me ;)

&lt;p&gt;A funny way to call code refs:

&lt;code&gt;
$ perl -wE 'use strict; my $f = sub { say qq(lol WTF?)}; 1-&gt;$f;'
lol WTF?
&lt;/code&gt;

&lt;h2&gt;Other Perl Resources&lt;/h2&gt;

&lt;p&gt;The [http://www.perl-community.de/|German Perl Community] is quite helpful.

&lt;p&gt;I'm a member of [http://perlmongers.de/?ErlangenPM|Erlangen.pm].</field>
<field name="lasttime">
2013-06-19 16:20:32</field>
<field name="experience">
63004</field>
<field name="user_scratchpad">
632816</field>
<field name="imgsrc">
633572</field>
<field name="timeformat">
</field>
<field name="numwriteups">
6202</field>
<field name="location">
Erlangen, Germany</field>
<field name="timezone">
Europe/London</field>
<field name="codewrapoff">
</field>
<field name="codewraplength">
80</field>
<field name="codeautowrap">
</field>
<field name="codeprefix">
</field>
<field name="codebig">
on</field>
</data>
</node>
