[Dresden-pm] Dresden Perl Mongers Treffen April 2008

Aristoteles Pagaltzis pagaltzis at gmx.de
Mi Apr 2 12:55:02 PDT 2008


* Josef Spillner <2005 at kuarepoti-dju.net> [2008-04-02 08:15]:
> $ cat test.pl
> use Tier::Quäler;
> $ perl test.pl
> Unrecognized character \xC3 at test.pl line 1.
> $ date +%Y
> 2008
>
> Ah ja, da fehlt use America::Catapult::Welcome::To::Neuzeit.

    $ cat test.pl 
    use utf8;
    use Tier::Quäler;
    $ perl test.pl 
    $ 

-- 
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hack;
#Aristoteles Pagaltzis // <http://plasmasturm.org/>