The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::ComputerDB::GlobalOperatingSystem - manage a list of operating systems

SYNOPSIS

  use Maplat::Web;
  use Maplat::Web::ComputerDB;
  

Then configure() the module as you would normally.

DESCRIPTION

    <module>
        <modname>globaloperatingsystem</modname>
        <pm>ComputerDB::GlobalOperatingSystem</pm>
        <options>
            <pagetitle>GlobalOperatingSystem</pagetitle>
            <webpath>/computers/os</webpath>
            <db>maindb</db>
            <memcache>memcache</memcache>
        </options>
    </module>

This module provides the webmasks required to edit and list operating systems in the database.

get

Internal function, renders OS mask.

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.