Open jlskuz opened 2 years ago
This pull request changes basically two things:
-w
use warnings;
/usr/bin/env
/usr/bin/perl
PATH
This pull request changes basically two things:
-w
option in the shebang byuse warnings;
/usr/bin/env
to call perl instead of hard-coded path/usr/bin/perl
. Using/usr/bin/env
will look for perl in the locations of thePATH
environment variable.