Help for this page

Select Code to Download


  1. or download this
    use App::Class;
    
    App::Class->new()->run();
    
  2. or download this
    use Config::myTiny;
    sub readconfig {
    ...
    
      $self->{config}=$conf;
    }
    
  3. or download this
    sub run {
      my $self=shift;
    ...
      }
    # ...
    }