in reply to After listing the folder in a directoy, i unable to zip the folders by using system command.

You probably need to CD (i.e., chdir() ) to each folder or to use complete absolute paths for each dir you're trying to zip/.

But -- more perl-ishly -- go ahead with perl's native and module capabilities, rather than shelling out.


If you didn't program your executable by toggling in binary, it wasn't really programming!

  • Comment on Re: After listing the folder in a directoy, i unable to zip the folders by using system command.
  • Download Code