kleine Frage zu Perl

Florian Lohoff flo at rfc822.org
Sat Nov 25 13:54:16 CET 2000


On Sat, Nov 25, 2000 at 01:17:22PM +0100, Till Kroeger wrote:
> Hi!
> 
> Ich bekomme es partout nicht gebacken zwei strings in
> Perl aneinanderzufügen. (Perl v5.0.?.?) Irgendjemand kann mir dieses
> Geheimnis doch verraten.. oder?

my $string1="Hallo";
my $string2="du da";

my $total=$string1 . $string2;

> By the way: Kennt jemand eine gute Perlzusammenfassung.
> So etwas wie Selfhtml nur für Perl?

Die manpages finde ich durchaus gelungen ...

FLo
-- 
Florian Lohoff                  flo at rfc822.org             +49-5201-669912
     Why is it called "common sense" when nobody seems to have any?





More information about the Linux mailing list