Is perl available for eMacs? Question on Curses

Asked By 0 points N/A Posted on -
qa-featured

How can perl be used interactively? The p2c is not available but the a2p and s2p are available. Is perl available for emacs? Please give me details on how to use Curses.

SHARE
Answered By 20 points N/A #113937

Is perl available for eMacs? Question on Curses

qa-featured

Hi Daisy,

Yes, PERL is available for eMACS. You may go here to viewsome of the information you may need to have in your eMACS for PERL to be able to work on it https://www.emacswiki.org/emacs/PerlLanguage.

You cannot however start a console interactively for Perl as it does not have one built in. You need to use Perl Debugger to do the debugging processes you need to do. You just need to turn in on using the –d option. You can use a project which implements a Perl console which can be found here https://stackoverflow.com/questions/73667/how-can-i-start-an-interactive-console-for-perl.

Curses are terminal control libraries for unix-like systems to be able to enable text user interface application. You can go here for more information

Aristono

 

Related Questions