Ticket #466 (new enhancement)
allow execution with a different perl interpreter
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Run | Version: | 0.40 |
| Keywords: | Cc: |
Description
Allow the user to configure the perl() that is used for execution of programs (or that is used to install modules for the application being written).
Change History
comment:2 Changed 3 years ago by zenogantner
Besides that, there should be a default executer that just interprets the hashbang at the beginning, e.g.
#!/usr/bin/perl
or
#!/usr/bin/python
comment:4 Changed 6 months ago by SvenDowideit
this is a bit related to a change I made to Document::Perl::get_command - where I added getting the args from the hashbang
I would like to change that function to return a hash of the component parts so that they can be displayed and modified for #1464 - debug options dialog
Note: See
TracTickets for help on using
tickets.

the user should be able to configure one executer for each mime-type (or maybe more executers with one being the default ?) e.g. for HTML several available browsers ?
For perl 6 or python or php several implementations ?