Thread
Neu und Anfänger
(23 answers)
Opened by
ascotlx
at
2016-02-14 22:43
lichtkind
2016-02-15 00:33
User since
2004-03-22
5717 articles
ModeratorIn + EditorIn
16 Jahre Bitte, es ist jetzt ganz offen draussen, nix Labor
und in Perl 6 wäre das :
Code (perl): (
dl
)
1
2
3
4
5
use
v6
;
my
$file
=
'2016_5'
;
.
say
for
$file
.
IO
.
lines
;
Last edited: 2016-02-15 16:47:06 +0100 (CET)
mein zeug:
Es beginnt immer mit einer Entscheidung.
View full thread
Neu und Anfänger