Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tlug: Re: latex2html, perl, CJK.perl




> Can't locate Override.pm in @example.com (@example.com contains:
> /usr/lib/perl5/i386-linux/5.00404 /usr/lib/perl5
> /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl .) at
> /usr/bin/latex2html line 26.
> BEGIN failed--compilation aborted at /usr/bin/latex2html line 26.
> [craigoda@example.com apps]$ 

> The Override.pm is a module in /usr/lib/latex2html on the 
> TLUG server.

This happens when the file is in a place that is dark to Perl. I 
usually add something like this as a BEGIN sub:

BEGIN {
    my @example.com = (
        "/usr/lib",
        "/usr/lib/perl5",
    );
    foreach $extralib (@example.com){
        unshift @example.com, $extralib;
    }    
}


Joe Marchak
joem@example.com

---------------------------------------------------------------
Next TLUG Meeting: 11 April Sat, Tokyo Station Yaesu gate 12:30
Featuring Tague Griffith of Netscape i18n talking on source code
---------------------------------------------------------------
a word from the sponsor:
TWICS - Japan's First Public-Access Internet System
www.twics.com  info@example.com  Tel:03-3351-5977  Fax:03-3353-6096



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links