Re: modperl 1.31 PDF pb

2001-11-17 Thread Sisyphus



 

  - Original Message - 
  From: 
  pascal barbedor 
  To: [EMAIL PROTECTED] 
  Sent: Saturday, November 17, 2001 4:49 
  AM
  Subject: modperl 1.31 PDF pb
  
  Hi 
   
  I have problem trying to download the pdf version 
  of the guide.
  several downloads always results in incorrect zip 
  impossible to decompress.
   
  i already noticed this problem with former 
  version of the guide.
   
  has anyone succesfully downloaded and 
  uncompressed the pdf file ?*
   
  I am on win
   
  thanks
   
  pascal
   
  Had a similar problem (also on win) with another 
  zip containing pdf docs, so I used LWP::Simple to download it. WinZip was then 
  able to unzip it without any problems. (Remember to 'binmode FILEHANDLE;' when 
  copying the zip to your hard drive.)
   
  Seems that my problem, at least, was a Windows 
  thing, as someone else has already suggested. Hard to believe, isn't it 
  :-)
   
  Cheers,
  Rob 


Re: modperl 1.31 PDF pb

2001-11-17 Thread Stas Bekman

pascal barbedor wrote:

> I have problem trying to download the pdf version of the guide.
> 
> several downloads always results in incorrect zip impossible to decompress.

As suggested by others this is a winXX ie/ns prob. it's covered here:

http://perl.apache.org/guide/#download

-- 


_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/




Re: modperl 1.31 PDF pb

2001-11-18 Thread pascal barbedor



ok thanks for precision
 
it worked with lwp download but not with winzip 
after that, but with winrar
 
just to mention i normally download any archive 
from cpan and unzip without problem
 

anyway... going to the guide 
now
 
 

  - Original Message - 
  From: 
  Sisyphus 
  To: pascal barbedor ; [EMAIL PROTECTED] 
  Sent: Saturday, November 17, 2001 10:39 
  AM
  Subject: Re: modperl 1.31 PDF pb
  
   
  
- Original Message - 
From: 
pascal barbedor 
To: [EMAIL PROTECTED] 
Sent: Saturday, November 17, 2001 4:49 
AM
Subject: modperl 1.31 PDF pb

Hi 
 
I have problem trying to download the pdf 
version of the guide.
several downloads always results in incorrect 
zip impossible to decompress.
 
i already noticed this problem with former 
version of the guide.
 
has anyone succesfully downloaded and 
uncompressed the pdf file ?*
 
I am on win
 
thanks
 
pascal
 
Had a similar problem (also on win) with 
another zip containing pdf docs, so I used LWP::Simple to download it. 
WinZip was then able to unzip it without any problems. (Remember to 'binmode 
FILEHANDLE;' when copying the zip to your hard drive.)
 
Seems that my problem, at least, was a Windows 
thing, as someone else has already suggested. Hard to believe, isn't it 
:-)
 
Cheers,
Rob