Skip to content

Shebang line in perl scripts #261

@samfux84

Description

@samfux84

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions