I want to use Perl on ToadNet, either in a CGI script or standalone. Where is it?
You can execute Perl by including the line “#!/usr/bin/perl” as the first line of your script or program. If that doesn’t seem to work, you might type “which perl” from a telnet command prompt to determine the proper path to the Perl binary — this is only an issue if Perl is moved on our system and this FAQ is not immediately updated.
Related Questions
- My script makes many calls to print, and PerlEx does not seem to be a lot faster than regular Perl CGI when running it. How do I optimize print() performance?
- How do I enable CGI or perl script execution in directories other than the ScriptAlias?
- I want to use Perl on ToadNet, either in a CGI script or standalone. Where is it?