> -Original Message-
> From: Warren Young [mailto:[EMAIL PROTECTED]
>
> John Drago wrote:
> > Just out of curiosity, what editor do you folks normally use when
> > writing perl?
>
> vim with syntax highlighting enabled.
Not to start a religious war, but I use Xemacs with Cperl mode.
John Drago wrote:
What I want to do would look something like so:
---
[listbox.asp]
Select One
<%
# Dynamically add items to the list before it's rendered:
$Page->list1->Items->add(
asp::listitem->new( Value => "1", Text
On Mon, 15 Mar 2004, John Drago wrote:
> Just out of curiosity, what editor do you folks normally use when
> writing perl?
vim
> What editor do you used when writing perl inside HTML in ASP-style?
vim
> Have you heard of the OptiPerl Visual IDE? I have been using it for
> some time and really
John Drago wrote:
Just out of curiosity, what editor do you folks normally use when
writing perl?
vim with syntax highlighting enabled.
What editor do you used when writing perl inside HTML in ASP-style?
Ditto, with these additions to my .vimrc file:
function SetupASP()
exe "set syntax=aspper
Just out of curiosity, what editor do you folks normally use when
writing perl?
What editor do you used when writing perl inside HTML in ASP-style?
Have you heard of the OptiPerl Visual IDE? I have been using it for
some time and really like it.
I don't mean to sound like I'm "plugging" OptiPer