mod_perl
mod_perl
- CGI.pm compatible with Doug MacEachern's mod_perl for Apache
- Whole CGI program becomes a preloaded function
- Most scripts run without modification
- but much faster
- warning:
- scripts don't go away when done
- must be very careful with global variables