Etienne Robillard > Erob-L4Env > doc/Notes.pod

Download:
Erob-L4Env-0.01_11.tar.gz

Annotate this POD

Source  

NOTES ^

Insert relevant notes here.

The DROPS L4Env API

You can find up-to-date documentation for 'L4Env' at: http://os.inf.tu-dresden.de/l4env/doc.

On h2xs, perlcc and (perl) backends in general

h2xs is a tool designed to produce XS code and perl extensions from C headers file.

You generally invoke the B::C backend like this:

        # compile into a binary executable file:    
        perl -MO=C, -o some_app some_app.pm 
syntax highlighting: