Re: [Perl-unix-users] weird module loading error...

2003-07-24 Thread Anthony Ettinger
I just figured out the problem, my 'modules' directory was not under the main htdocs directory...didn't think this mattered but apparently it does. --- Anthony Ettinger <[EMAIL PROTECTED]> wrote: > > --- $Bill Luebkert <[EMAIL PROTECTED]> wrote: > > Anthony Ettinger wrote: > > > > > > > > Yes

Re: [Perl-unix-users] weird module loading error...

2003-07-24 Thread Anthony Ettinger
--- $Bill Luebkert <[EMAIL PROTECTED]> wrote: > Anthony Ettinger wrote: > > > > > Yes, I did...like I said it works fine from the > > command line (no error displayed - the module is > > loaded properly), but chokes when I execute it > from > > the browser. > > I assume the file is readable (pe

Re: [Perl-unix-users] weird module loading error...

2003-07-24 Thread $Bill Luebkert
Anthony Ettinger wrote: > > Yes, I did...like I said it works fine from the > command line (no error displayed - the module is > loaded properly), but chokes when I execute it from > the browser. I assume the file is readable (perms) by your script running under Apache. Check the perms and make

Re: [Perl-unix-users] weird module loading error...

2003-07-24 Thread Anthony Ettinger
--- $Bill Luebkert <[EMAIL PROTECTED]> wrote: > Anthony Ettinger wrote: > > > works from the command line, but when I run the > cgi > > script on apache, I get the following message in > > STDERR: > > > > Can't locate HTML/Newsletter.pm in @INC (@INC > > contains: /home/ettinger/modules > > /usr

Re: [Perl-unix-users] weird module loading error...

2003-07-24 Thread $Bill Luebkert
Anthony Ettinger wrote: > works from the command line, but when I run the cgi > script on apache, I get the following message in > STDERR: > > Can't locate HTML/Newsletter.pm in @INC (@INC > contains: /home/ettinger/modules > /usr/local/lib/perl5/5.6.1/i686-linux > /usr/local/lib/perl5/5.6.1 > /u

[Perl-unix-users] weird module loading error...

2003-07-24 Thread Anthony Ettinger
works from the command line, but when I run the cgi script on apache, I get the following message in STDERR: Can't locate HTML/Newsletter.pm in @INC (@INC contains: /home/ettinger/modules /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i686-lin

[Perl-unix-users] Re: Archive::Zip

2003-07-24 Thread Alexander Bel...
Thank you All! I did it. --- Best regards AlexBel - Original Message - DATE: Thu, 24 Jul 2003 13:27:03 From: "Alexander Bel..." <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] >Hi guys! >I am currently trying write script for archiving of the data under Linu

[Perl-unix-users] RE: Archive::Zip

2003-07-24 Thread Alexander Bel...
Thank you Francis Paulin! Five minutes ago I found my mistake. --- Best regards AlexBel - Original Message - DATE: Thu, 24 Jul 2003 14:51:00 From: Francis Paulin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] >Make sure that you use the f

Re: [Perl-unix-users] how to convert a text file to db file?

2003-07-24 Thread Hong Wang
Thanks very much. Everything starts to work after converting. Hong At 08:56 AM 7/24/2003 -0700, $Bill Luebkert wrote: Hong Wang wrote: > Thanks very much. But I am not clear about this line: > > tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640); > > > $filename is the text file read or i

[Perl-unix-users] Archive::Zip

2003-07-24 Thread Alexander Bel...
Hi guys! I am currently trying write script for archiving of the data under Linux OS. In the Windows OS I don't have a problem. I put putch f:/usr/web. It working fine. But in the Linux I put path /var/www and I receive error: Can't locate object method "addTree" via package "Archive::Zip::Archi

Re: [Perl-unix-users] how to convert a text file to db file?

2003-07-24 Thread $Bill Luebkert
Hong Wang wrote: > Thanks very much. But I am not clear about this line: > > tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640); > > > $filename is the text file read or is the db file name will be written to? That would be the DB file you're tieing the hash to. The text file has nothing

[Perl-unix-users] Data-UUID-0.10 on HPUX PA Risc 11.0

2003-07-24 Thread Richard Pearce
Title: Message Hi,   I am having problems installing the Data-UUID-0.10 module on HPUX 11.0 The 'make test' of the cpan module install fails as shown in the extract below. The 'Note (probably harmless): No library found for -lsocket may not be harmless. What is lsocket ?   > perl -w Makefil

Re: [Perl-unix-users] how to convert a text file to db file?

2003-07-24 Thread Hong Wang
Thanks very much. But I am not clear about this line: tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640); $filename is the text file read or is the db file name will be written to? Hong At 10:55 PM 7/23/2003 -0700, $Bill Luebkert wrote: Hong Wang wrote: > We like to convert db files betw

AW: [Perl-unix-users] How to use pod2... to recursevly generate perl documentation ?

2003-07-24 Thread EXTERN Chakirov Timour (TZ CIS; DS/ESQ3)
Hello again, It's look like I asked a wrong question here. My problem is that I know how to use, for examle, pod2html to generate .html file from .pm file. What I need is to know, is it's possible to generate recursively documentation for the whole library using only one call of pod2html. I.e. I w