News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Perl development in code:blocks

Started by discoversci, November 02, 2013, 03:08:49 PM

Previous topic - Next topic

discoversci

Hi !

I'm completely new to code:blocks, so please have mercy :)

I'm trying to set up the environment in code:blocks, to start to develop Perl program. What to do ? How to begin ? Is Perl supported ? (according to help pages it should be). Where must I set up the interpreter inside code:blocks ? Do I even have to ? If I go to choose New Project, there is no mention of Perl files/project. How come ? Please help.

If there already exists a thread dealing with Perl issues or any other help pages on writing programs with Perl using code:blocks, please be so kind and notify me.

Many thanks in advance.

Best, Jan

stahta01

CB is primarily a C/C++ IDE! It supports many different Compilers.

To try to support other languages will require some effort on your part.

Some  languages are easy to add some are hard.

Link to add non C/C++ support http://wiki.codeblocks.org/index.php?title=Adding_support_for_non_C/C%2B%2B_files_to_the_build_system

Link to Lexer info http://wiki.codeblocks.org/index.php?title=Languages_supported_by_Code::Blocks_lexers

Link to Python Plugin Info http://wiki.codeblocks.org/index.php?title=Python_plugin


Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]