Thread string in zahl (13 answers)
Opened by kale_1990 at 2006-09-15 10:44

pq
 2006-09-15 12:27
#69902 #69902
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
[quote=vayu,15.09.2006, 08:56]bei perl ist erstmal alles ein string :)[/quote]
wie kommst du drauf?

my $i = 23; # integer
my $text = "foo"; # string
$i .= "bar"; # intern string *und* integer
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread string in zahl