Import lang/perl5.28 version 5.28.0.r1
[dports.git] / lang / perl5.28 / pkg-message
1 The /usr/bin/perl symlink has been removed starting with Perl 5.20.
2 For shebangs, you should either use:
3
4 #!/usr/local/bin/perl
5
6 or
7
8 #!/usr/bin/env perl
9
10 The first one will only work if you have a /usr/local/bin/perl,
11 the second will work as long as perl is in PATH.