Thread perl-community.de T-shirts (323 answers)
Opened by Strat at 2003-09-03 18:20

Dubu
 2004-01-16 14:31
#18983 #18983
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
Klasse Logo!

Ist vielleicht vom Platz her schlechter, aber man koennte auch sowas schreiben:
Code: (dl )
1
2
3
4
5
#!/usr/bin/perl

use strict;
use warnings;
use WWW::Perl-Community::De;


Letzteres wird uebrigens von Perl (5.8.2) wie folgt geparsed :)
Code: (dl )
1
2
3
$ perl -MO=Deparse -e 'use WWW::Perl-Community::De'
use WWW::Perl (-'Community::De');
-e syntax OK

:p
Antworten mit Zitat

View full thread perl-community.de T-shirts