[quote=gma,07.06.2007, 07:49]Danke erstmal (TIM.... = there is more than one thing how to do it?)![/quote]
Korrekt. Solange dein Code keine wilden sachen macht und lesbar bleibt -
das ist er in deinem Fall, weil er einfach ist -, dann schreib wie du lustig bist.
[quote=gma,07.06.2007, 07:49]perl -e 'print "\t"'[/quote]
ptk wollte von dir, dass du die Ausgabe an den Befehl "od" weiterreichst.
od - dump files in octal and other formats
-c same as -t c, select ASCII characters or backslash escapes
perl -e 'print "\t"'|od -c
Bei mir wird dann folgendes ausgegeben:
$ perl -e 'print "\t"'|od -c
0000000 \t
0000001
Ich kenne mich damit zwar nicht aus, aber er wird schon wissen - und
andere hier vielleicht auch - was es damit auf sich hat.
Ob es den Befehl auf Mac gibt... dunno.\n\n
<!--EDIT|opi|1181244226-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.