Open main menu

CDOT Wiki β

Changes

Portable DXR

125 bytes removed, 11:59, 21 November 2008
Perl Interpreter
===Perl Interpreter===
<pre style="font-family:Verdana,Helvetica,sans-serif;border:1px solid #F4C430;font-weight:bold">We are still researching a Perl parser to fit our description. The section will be updated regularly</pre>
The Perl parser will be needed by the files in charge of talking to the internet and the database. It should be able to connect to the update server and download the update log, then apply the updates to the database accordingly.
So far we found [http://perldoc.perl.org/perlembed.html perlembed]. It allows us to use Perl from C, which means that we could compile our program with headers that will be able to alternate between Windows, Linux, and Mac.
List of Perl interpreters and resources=====Other Finds:* [http://perldoc.perl.org/perlembed.html perlembed]<br/>(This one has more or less what we need. It allows to use Perl from C)=====
* [http://www.perlmonks.org/ PerlMonks]
* [http://use.perl.org/ use Perl]