Re: [Perl-unix-users] Module Versions.

2003-01-17 Thread Alexander Bel...
It's code I used: #!/usr/bin/perl use ExtUtils::Installed; my ($inst) = ExtUtils::Installed->new(); my (@modules) = $inst->modules(); print << "[END]"; Content-type: text/html Information about Perl BODY { background-color: #FF; color: #00; } .normal { font-family: Verdana; font-

[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

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

2003-07-24 Thread Alexander Bel...
u use the following lines > >use Archive::Zip; >use Archive::Zip::Tree; > >Because the addTree method is in the package Archive::Zip::Tree > >Hope this will work >Francis Paulin > >-Original Message- >From: Alexander Bel... [mailto:[EMAIL PROTECTED] >Sent:

[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 archi

Re: [Perl-unix-users] perl 5.6.1 for solaris 8

2003-08-18 Thread Alexander Bel...
Hi Michael! Look this http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl --- Best regards AlexBel - Original Message - DATE: Mon, 18 Aug 2003 18:14:10 From: Michael Meltzer <[EMAIL PROTECTED]> To: perl-unix-users <[EMAIL PROTECTED]> Cc: >I am looking