Thread bei print ein Zeichen zurückspringen (6 answers)
Opened by Gast at 2005-12-22 11:09

renee
 2005-12-22 11:34
#61291 #61291
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
probier mal
Code: (dl )
1
2
3
4
5
6
7
8
$| = 1;
my %hash = (0 => '-', 1 => '\', 2 => '|', 3 => '/');
my $fortschritt = 0;
for(0..10){
  print $hash{$fortschritt},"\b";
  $fortschritt++;
  $fortschritt = 0 if($fortschritt == 4);
}
\n\n

<!--EDIT|renee|1135244083-->
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread bei print ein Zeichen zurückspringen