Hello!
I'm testing FreeBSD 11 RELEASE and I have those rare outings, I tried this way, as I proceed?
Procedure of this mode and nothing happens:
#
#
I'm testing FreeBSD 11 RELEASE and I have those rare outings, I tried this way, as I proceed?
Code:
The /usr/bin/perl symplink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env/pel
The first one only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATCH
#
!/usr/local/bin/perl
Code:
Not found the command.
#
!/usr/bin/env/ pel
Code:
Not found the command.
#