Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why can I execute perl scripts from shell?

execute Perl scripts Shell
0
Posted

Why can I execute perl scripts from shell?

0

You can but most likely you are using the wrong syntax. Do not use the syntax “./ to execute your perl scripts through Telnet, as you will get a “Permission denied: program not allowed.” error. Instead, use the syntax “perl” to execute you perl scripts though Telnet. This syntax will still return any standard output or standard error returned by the script for debugging purposes.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123