Skip to content

Instantly share code, notes, and snippets.

View rafl's full-sized avatar

Florian Ragwitz rafl

View GitHub Profile
hello:
goodbye:
main train station: Hauptbahnhof
airport: Flughafen
thank you: danke
please:
excuse me (I'm sorry for spilling your beer):
excuse me (get out of my way):
excuse me (give me your attention):
one:
@rafl
rafl / Lite.pm
Created July 29, 2009 07:29 — forked from dhoss/Lite.pm
package WMC::Server::Lite;
use Moose;
use HTTP::Server::Simple;
use IO::Socket::SSL;
use IO::File;
use Regexp::Common qw /URI/;
use DateTime;
use File::Spec;
use Log::Dispatch::Syslog;
@rafl
rafl / Sugar.pm
Created March 11, 2009 11:10 — forked from pdcawley/Sugar.pm
# Devel::Declare::Sugar
package Test::Class::Sugar;
use Modern::Perl;
use Devel::Declare ();
use Devel::Declare::Context::Simple;
use Carp qw/croak/;