about me
2016-02-19
To give the reader a little impression of myself, here are the most important things.#!/usr/bin/env perl
use strict;
my $name = 'ap0calypse';
my $location = 'Sol -> Earth -> Europe -> Austria -> Tyrol'
my @languages_fluent = qw/Perl C Bash SQL/;
my @lesser_used = qw/PHP JavaScript Python Java/;
my @interests = grep { is_interesting($_) } @many_things;
work_in_IT() for (2005 .. 2016);
my @operating_systems = ("Slackware Linux", "ArchLinux");
Be free to drop me a line if you want (ap0calypse(AT)agitatio.org).