Thread Sorting processes (6 answers)
Opened by Gast at 2006-11-15 19:06

renee
 2006-11-15 20:18
#8962 #8962
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Hi,

you should use the sort-function of Perl (see perldoc -f sort) to sort your data. To reach your goal you should read something about the "Schwartzian Transformation".

To refresh the information, you have to use an infinite loop (while(1){...}) and sleep within this loop (see perldoc -f sleep).

Try to solve your problem with these information and come back if you have any problems...
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 Sorting processes