Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.
njlg edited this page Jan 11, 2013 · 3 revisions

mod_sq is basically an Apache module that enables executing Squirrel nuts (e.g. programs) similar to other interpreted language modules. In addition to all the regular Squirrel globals and functions available in both squirrel and sqstdlib, mod_sq creates the following functions and globals.

Functions

mod_sq specific functions. Based, in part, by the PHP functions of the same name.

Globals

mod_sq specific globals, except vargv which is sq's standard global. Based, in part, by the PHP globals of the same name.

Clone this wiki locally