Hi guys...
Thanks again for all your answers to my previous post... It really helped me. Even if is still not totally fixed... it's getting lot better and I'm less close to suicide!
Another question that is not directly related to Perl but I'm sure that you already faced it and you're nice so...
I'm using the Archive::Zip module to write temporary zip files on server side ($myZip->writeToFileNamed("blabla.zip"))... and of course it happilly comes with an error that it can't write the file. I highly suspect some permissions problem but I'm working on WinXP Family and don't really know how to change them.
I hope you can help me. Maybe I'm totally wrong and it's nothing to do with permissions.
By the way. Another question:
How to use the 2 functions:
- desiredCompressionMethod()
- desiredCompressionLevel()
When I try to use them it cames with this error:
Can't locate object method "desiredCompressionMethod" via package "Archive::Zip::Archive" (perhaps you forgot to load "Archive::Zip::Archive"?) at ...
Nothing is writen about this package in the CPAN doc... so...
Thanks for your help and sorry for the long post.
Thanks again for all your answers to my previous post... It really helped me. Even if is still not totally fixed... it's getting lot better and I'm less close to suicide!
Another question that is not directly related to Perl but I'm sure that you already faced it and you're nice so...
I'm using the Archive::Zip module to write temporary zip files on server side ($myZip->writeToFileNamed("blabla.zip"))... and of course it happilly comes with an error that it can't write the file. I highly suspect some permissions problem but I'm working on WinXP Family and don't really know how to change them.
I hope you can help me. Maybe I'm totally wrong and it's nothing to do with permissions.
By the way. Another question:
How to use the 2 functions:
- desiredCompressionMethod()
- desiredCompressionLevel()
When I try to use them it cames with this error:
Can't locate object method "desiredCompressionMethod" via package "Archive::Zip::Archive" (perhaps you forgot to load "Archive::Zip::Archive"?) at ...
Nothing is writen about this package in the CPAN doc... so...
Thanks for your help and sorry for the long post.