Thread Hilfe 2: :( (45 answers)
Opened by Klint at 2003-08-27 15:11

SirLant
 2003-08-27 16:51
#80827 #80827
User since
2003-08-04
516 Artikel
BenutzerIn
[default_avatar]
Das ist wirklich seltsam da in Esskars Skript kein Fehler ist.

Edit:

Versuche mal folgendes (wird aber wohl auch nicht gehen):

Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!perl -w
# --- <sammlung1.pl> -----------------------------------
#Programm: sammlung1.pl
#Datum: 27.08.2003

use strict;
my $name;

print "Wie ist Ihr Name? ";
$name = <STDIN>;
chomp($name);

print "Hallo $name, dies ist meine Whiskeysammlung:";
print <<TEXTENDE;
-----------------------------------
MacAllan 1861 replica
Scapa, 1966
Lagavulin, 16 Jahre (6 Flaschen)
Textende
TEXTENDE
#
# --- </sammlung1.pl> -----------------------------------
\n\n

<!--EDIT|SirLant|1061988735-->
--Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!

View full thread Hilfe 2: :(