As I proceed with this output?

Hello!


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
Procedure of this mode and nothing happens:

# !/usr/local/bin/perl
Code:
Not found the command.
#
# !/usr/bin/env/ pel
Code:
Not found the command.
#
 
SirDice said:
They're all wrong. There should be NO space between # and !.

There is No space between # and !

# !/usr/local/bin/perl
Code:
Not found the command.
#
 
Is Perl actually installed? And how exactly are you testing it?
 
SirDice said:
Is Perl actually installed? And how exactly are you testing it?
Perl this within the string BIN; however, with the command pkg info is not installed, but it is the output of the message from the port bash when you install, the testing of FreeBSD 11 RELEASE this more or less. :D
 
# !/usr/bin/env/ pel
Code:
Not found the command.
#
It is not #!/usr/bin/env/ pel, it's #!/usr/bin/env perl. env(1) is a program, not a directory. It'll will give you the full path where the perl interpreter has been installed in this case.
 
Perl this within the string BIN; however, with the command pkg info is not installed, but it is the output of the message from the port bash when you install, the testing of FreeBSD 11 RELEASE this more or less. :D
I'm sorry but this sentence doesn't make any sense to me.
 
Back
Top