Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / iotta / Iotta / Ctrl.pm (download)

Revision 1.1.1.1 (vendor branch), Sun Feb 16 15:48:06 2003 UTC (21 years, 2 months ago) by yenar


Changes since 1.1: +0 -0 lines

initial import of iotta into platon cvs

package Iotta::Ctrl;
use strict;
require Iotta;
our @ISA = ("Iotta");

sub main {
    print STDERR "You should create iotta.cf.\n";
    print STDERR "See documentation for details.\n";
    return 1;
}

sub config {
    my ($self, $cfg);
    $self = shift;
    $self->{"cfg"}=shift;
}
sub initialize {
    my $self=shift;
    $self->SUPER::initialize (@_);
    $self->{"cfg"}="";
    @{$self->{filter}}=();
    return 1;
}

1;

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top