Hi,
Please consider using the following shebang line for perl scripts
#!/usr/bin/env perl
instead of
#!/usr/bin/perl
as this is more flexible and allows the users to also use a perl interpreter that is not installed in a standard location (/usr/bin)
Best regards
Sam