in reply to Extracting individual files from a Zip archive over FTP...

hello, Your code was quite helpful, but i need some more help : after creating the zip object what i do is : my $member1 = $zip->memberNamed("filename.csv"); my $string = $member1->contents(); print Dumper $string; $member1 object is created but it gives me error while reading the contents, I have tried few other methods too but gives different errors, Please help me out Thanks anyways as the above code was really cool stuff
  • Comment on Re: Extracting individual files from a Zip archive over FTP...