in reply to sfv checker sting crc32

Thank you! If i use cpan i must download String-CRC32-1.5.tar.gz unrar/unzip into C:\Strawberry\perl\bin. My question is every module need to be into this directory or C:\widows dir or its not necessary?

Replies are listed 'Best First'.
Re^2: sfv checker sting crc32
by soonix (Chancellor) on Oct 21, 2016 at 07:31 UTC
    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.

      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.

      Any new suggestion how to proceed?