Whatever happened to PerlScript? [closed] - perl

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
My ActivePerl documentation has a section dedicated to this seemingly little-known technology.
I guess that the technology didn't really catch on.
A couple of questions:
where would PerlScript be useful as a drop-in replacement for an equivalent technology like VBScript?
does anyone know of any examples where businesses have employed PerlScript?

ActiveState implemented this for Microsoft IIS, allowing Perl to be used in lieu of VBScript or JScript there. My guess, therefore, is that most Microsoft shops look to Microsoft tools and hence there is limited adoption.

Related

What is a good IDE for coding NASM? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I've been doing research online to find a good IDE for programming in NASM. The only one I found consistently mention is RadASM however, in contains no documentation on how to set it up and on top of that it is riddled with viruses/trojans (according to Norton).
Does anyone know of a reliable, preferably free, IDE that works well with NASM?
I'm looking for something to do the same for NASM as NetBeans or Eclipse do for Java.
I have some links to IDE's here
Both RadASM v2 and v3 are from the authors sourcforge repository site and are virus free
Update
Because the links are broken on the above page, I'm adding the git info here.

NCurses and Perl, any guides? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to use NCurses, with Perl. I found some very short bits of text about it but no example at all.
Is there anyone aware of any existing guide online?
Thanks!
http://metacpan.org/pod/Curses::UI::Tutorial
http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/
The examples from tldp.org are:
http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ncurses_programs/perl/
Also, from http://www.perl.com/doc/FAQs/FAQ/oldfaq-html/Q3.8.html:
For a good example of using curses
with Perl, you might want to pick up a
copy of Steven L Kunz's* perl
menus'' package (menu.pl'') via
anonymous FTP from
``ftp.iastate.edu''. It's in the
directory /pub/perl as:
menu.pl.v3.1.tar.Z
Another possibility is to use Henk
Penning's cterm package, a curses
emulation library written in perl.
cterm is actually a separate program
with which you communicate via a pipe.
It is available from ftp.cs.ruu.nl
[131.211.80.17] via anonymous ftp. in
the directory pub/PERL.

Plugable Email Templating solution for C# [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is anyone aware of a plugable Email Templating solution for C#? I've grown weary of having to roll my own each project and I imagine there are more robust solutions out there. It should support HTML/non-HTML and allow for tokens (e.g. USERNAME is replaced with a configurable value).
ComponentForge Mail Merge Suite is a
set of flexible and easy-to-use .NET
components for generating dynamic
email content with DynamicTemplate.
http://www.componentforge.net/mailmergesuite.aspx
If you're looking for a free hack, OpenOffice claims to be capable of this:
http://internet.cybermesa.com/~aaron_w/OOo_email_merge/OOo_email_merge.html

What is the best tool for Version Control in OS 400 Environment for RPG and COBOL [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What is the best tool (best feature, best price, best support) for RPG / COBOL Version Control under OS 400 development?
I heard about ARCAD and ALDON. Which one is better? Or is there another better tool?
MKS Implementer is another solution I've used and it's decent. I can't speak for ARCAD or ALDON.
Aldon is ok. Haven't worked with ARCAD. I prefer Turnover.

Open source js-kit/disqus like tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
is there any open-source and extendable tool like what js-kit/disqus provides that could be self hosted ?
Since disqus is made with django, IMHO it is relevant to suggest something similar that is made with django too. :-) From my understanding is disqus is basically a threaded commenting system. The most popular ones in django community for this is django-threaded-comments.
Take a look on Juvia
It's in Ruby and there is a demo available following the Github project readme