in reply to Re: How to unzip a file on Windows?
in thread How to unzip a file on Windows?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: How to unzip a file on Windows?
by Corion (Patriarch) on Aug 28, 2023 at 10:11 UTC

    In addition to what marto recommends, consider looking at the linked SYNOPSIS section of Archive::Zip. It already contains code for many things you would want to do with it.

    As you haven't told us what exactly you are trying to do and where you have problems, it's hard to provide code relevant to your problem.

Re^3: How to unzip a file on Windows?
by marto (Cardinal) on Aug 28, 2023 at 10:04 UTC
      Didn't manage to run it - got the following error?
      It looks like you don't have a C compiler on your PATH, so you will no +t be<\p> t looks like you don't have a C compiler on your PATH, so you will not + be able to compile C or XS extension modules. You can install GCC from t +he MinGW package using the Perl Package Manager by running: ppm install MinGW

      I need to use Perl 5.12.4

      Any idea what should I do?