On Jul 1, 6:37 pm, [EMAIL PROTECTED] (Tobias Eichner) wrote:
> > thanks for you help, but can you tell me how to set it?
> > could you tell me the detail process?
>
> Go to the software preferences: At the left panel select "Code Intelligence"
> and check the settings there (ensure that auto-compl
On Jul 1, 5:12 am, [EMAIL PROTECTED] (Tobias Eichner) wrote:
> > i use komodo4 for perl develop.
>
> > but it seems that it can't support code auto-complete.
>
> > for example ,i input "opendir" ,it can't show the dialog about auto-
> > complete.
>
> > how can i find a perl extension forkomodo?
>
i use komodo4 for perl develop.
but it seems that it can't support code auto-complete.
for example ,i input "opendir" ,it can't show the dialog about auto-
complete.
how can i find a perl extension for komodo?
thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
I've noticed that it sometimes takes a few hours before my post appear on
this NG (the one I sent before this one is already 4 hours and it still
hasn't showed up). I was wondering if this is common for this NG or is it
simply my experience?
I am posting this one at 2:52 PM EST on 9-9-03
--
...
Thanks everyone for your help.
I'm working on a PERL script for the "WWWboard" originally written by Matt
Wright. PERL isn't my primary language (as I'm sure you all can see) ...
although I'm finding it very powerful and useful.
Apparently, Matt used a lot of global variables in his subroutines.
George,
Thanks for the quick response.
I was reviewing my code some more and here is what I think might be
happening.
In my code, the first thing I do is declare my variables.
Then I declare my subroutines'.
It looks like by declaring my subroutines, they are being executed. ???
example of my
I was under the impression that "subroutines" are only executed IF they're
called. But, it looks like subroutines will execute on there own if they
are written in the beginning part of the PERL code and before other code
takes over the codes sequence of events. In other words, if there is a
sub
I'm trying to place HTML Tags around the contents of Quoted material.
I'm using the following PERL code:
$TextBlockToConvert =~ s/"(.+?)"/"\1<\/Font>"/g;
Below, is an example of problem text this code chokes on.
Example Text:msgStop("", "Invalid date")
1. The 1st set of Quotes