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

extract.pl is one of the examples provided.

Replies are listed 'Best First'.
Re^4: How to unzip a file on Windows?
by eilat (Initiate) on Aug 28, 2023 at 14:48 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?