in reply to Re: sfv checker sting crc32
in thread sfv checker sting crc32

cpan can download and unzip the modules on its own.

Strawberry's cpan command is configured to install them into a "lib" folder, which is already in perl's search path.

Replies are listed 'Best First'.
Re^3: sfv checker sting crc32
by reptizarx3 (Novice) on Oct 21, 2016 at 07:53 UTC

    Thank you! Its not a problem now that String-CRC32-1.5 folder is into bin folder right? And now the hard part of sfv script: Instructions says: "Put this perl script somewhere you can find it later and then i must execute this cmd "

     chmod +x /path/to/where/you/put/checker

    What i must do next exactly? The sfv script in upper of the page i must copy the .txt file somewhere?

      chmod doesn't exist on Windows. Not needed in this case. It looks like Strawberry upon installation already associated the .pl extension with Perl, which means you can simply skip this step.

        And the script i post what exactly i must do with it?

        Probably i must copy the script somewhere?

        1.You will need to run cpan and install String::CRC32 -Done

        2.Put this perl script somewhere you can find it later ?

        3.chmod +x /path/to/where/you/put/checker ?

Re^3: sfv checker sting crc32
by reptizarx3 (Novice) on Oct 22, 2016 at 10:04 UTC

    Any new suggestion how to proceed?