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

esskar
 2003-08-27 15:14
#80814 #80814
User since
2003-08-04
7321 Artikel
ModeratorIn

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

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|esskar|1061983988-->

View full thread Hilfe 2: :(