Thread
interpolationsproblem
(3 answers)
Opened by Gast at
2005-05-19 19:40
Gast Gast
2005-05-19 19:40
hi,
Code: (
dl
)
1
2
3
my $var=5;
my $c = "hello $var - 1";
print $c;
Was ich gern hätte wäre:
hello 4
Hat jemand ne Idee?
View full thread
interpolationsproblem