Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: vdradmin v0.4
Hallo Christoph,
* Christoph <christophackermann@t-online.de> [16-11-01 22:14]:
>
> Can't locate HTML/Template.pm in @INC (@INC contains: ./lib/ /usr/lib/perl5/5.00503/i586-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .) at ./vdradmind.pl line 37.
> BEGIN failed--compilation aborted at ./vdradmind.pl line 37.
Insert after #!/usr/bin/perl
BEGIN {
unshift (@INC,"<PATH>");
}
Replace <PATH> with the full path where Template.pm is, than it must
work.
--
Gruss
Matthias
Home |
Main Index |
Thread Index