Thread Kasten bei der Ausgabe (4 answers)
Opened by Gast at 2006-04-07 12:04

bloonix
 2006-04-07 12:24
#64521 #64521
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
das Einzige, was mir im Moment einfällt, ist vielleicht eine
einzige print-Anweisung...

Code: (dl )
1
2
3
4
5
6
7
use warnings;
use strict;

my $str = rand(12);
my $len = length($str);

print '+', '-' x $len, "+\n|$str|\n+", '-' x $len, "+\n";
\n\n

<!--EDIT|opi|1144398327-->
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.

View full thread Kasten bei der Ausgabe