Thread Linux::Statistics (10 answers)
Opened by bloonix at 2006-05-06 02:10

renee
 2006-05-07 18:47
#38732 #38732
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Ich würde das Modul wahrscheinlich etwas anders aufbauen:

CPAN:Linux::Statistics als Basis und "Erweiterungsmodule" für die einzelnen Komponenten - also Linux::Statistics::x86, Linux::Statistics::IBMS390, etc.

Dann könnten andere auch "Plugins" schreiben. Gut wäre es, wenn man immer CPAN:Linux::Statistics einbindet und dann nur angeben muss, welches System man benutzt und das x86 als Default einstellt.

Code: (dl )
1
2
3
use Linux::Statistics;

my $linux_stats = Linux::Statistics->new(System => 'x86');
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 Linux::Statistics