Re: How do I get Perl to work correctly with WebJames
[email protected] (Alex Waugh) Sun, 02 Jan 2005 13:57:42 GMT
| Newsgroups | perl.riscos |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]> Alan Adams <[email protected]> wrote: > There was a comment in the WebJames instructions to make sure Perl doesn't > run in a task window. Does anyone know how to achieve that? The default attributes file supplied with WebJames is setup to achieve that. The relevant lines are: Action perl-script perl %f %u AddFiletypeHandler perl-script Perl Which sets all files filetyped as Perl to use the perl-script action, which is defined as calling perl directly rather than relying on the contents of the alias$@runtype_102 system variable which may be using a taskwindow. Alex -- Alex Waugh [email protected] PHP, Roots, Subversion, WebJames and more from http://www.alexwaugh.com/