- or download this
$web_root C:/www
$domain_root domain
- or download this
docroot docroot
art_root articles
pic_root pics
- or download this
Sub docroot{
my $self = shift;
...
$cnf->param(q{art_root}
);
}
- or download this
my $article_file = join(
q{/},
...
$art_dirname,
$art_filename,
);