Thread editor in perl 0.3.n: hurra (630 answers)
Opened by zipster at 2005-10-21 17:46

renee
 2006-06-27 09:34
#41223 #41223
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
[quote=esskar,27.06.2006, 01:35]weil?[/quote]
hatten wir ja letzt schon in einem anderen Thread... Weil
Code: (dl )
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

use constant FOO => 3;

my %hash = (3 => 'Hallo');

print $hash{FOO};


nicht das macht, was viele wahrscheinlich als erstes erwarten würden...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
Antworten mit Zitat

View full thread editor in perl 0.3.n: hurra