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

Ok so i change it to

 "my $home  = "/Test01/TEST";"

Where "Test01" is the name of the user, and "test" is the

folder where the files will be uploaded, and save the .txt file.

Now left the question where to put it and should i save it with extension "PL" for Perl script or leave it to text file.

Replies are listed 'Best First'.
Re^10: sfv checker sting crc32
by soonix (Chancellor) on Oct 22, 2016 at 20:31 UTC
    Where to put it? That's a question of how you want to organize it. My scripts live in several folders, depending on which project or topic they belong to...

    The .pl extension, I recommend you to keep it, because that's Windows' way to know it's a Perl script. (AFAIK, the installers of both Strawberry and ActivePerl associate it with the Perl interpreter.) On Unix/Linux/Os X, again, it would mostly depend on your preferences.