Thread Zufällig aus Array auswählen (14 answers)
Opened by stb2050 at 2003-12-15 18:35

renee
 2003-12-15 18:44
#76212 #76212
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
my $index = sprintf("%i",rand(scalar(@array)));
print $array[$index];
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 Zufällig aus Array auswählen