Line # | Revision | Author | |
---|---|---|---|
1 | 8 | ahitrov@rambler.ru | BEGIN { require 'inc.pl' }; |
2 | |||
3 | use strict; | ||
4 | |||
5 | use Contenido::Globals; | ||
6 | use Contenido::Init; | ||
7 | $Contenido::Init::DEBUG = 0; | ||
8 | Contenido::Init->init(); | ||
9 | |||
10 | 1; |
Line # | Revision | Author | |
---|---|---|---|
1 | 8 | ahitrov@rambler.ru | BEGIN { require 'inc.pl' }; |
2 | |||
3 | use strict; | ||
4 | |||
5 | use Contenido::Globals; | ||
6 | use Contenido::Init; | ||
7 | $Contenido::Init::DEBUG = 0; | ||
8 | Contenido::Init->init(); | ||
9 | |||
10 | 1; |