Web protocols
URI.pm (Article)
Handling URIs/URLs (posted 3:30 PM, July 12, 2009)
RSS.pm (Article)
* RSS.pm
* Usage:
-- RSS.pm --
All-purpose simple RSS feed generator.
-- Usage: --
Create the feed (the channel descriptors are accepted without validation,
so you must ensure they... (posted 3:24 PM, July 12, 2009)
ML.pm (Article)
* ML - markup language generator
* Document Handling
* new(%opt)
* Write()
* Print(), PrintWithHeader()
* Doc($text)
* Append($text)
* Prepend($text)... (posted 3:18 PM, July 12, 2009)
Input.pm (Article)
* ExSite::Input - tools for reading http inputs
* Reading POST and GET data
* query()
* post()
* query_or_post()
* post_or_query()
* combine()
* Other... (posted 3:14 PM, July 12, 2009)
Cookie.pm (Article)
* ExSite Cookie Management
* Cookie Scope
* Long-Duration Cookies
* Internals
-- ExSite Cookie Management --
ExSite::Cookie manages your cookie jar, which is a hash (%cookie)... (posted 3:04 PM, July 12, 2009)
Form.pm (Article)
* ExSite::Form - ExSite form management tools
* Form Processing
* get_data() - fetch raw input
* get_action() - what are we supposed to do with this data?
* do() - perform the requested... (posted 2:36 PM, July 12, 2009)
Report.pm (Article)
* ExSite::Report - general purpose tools for displaying database data
* Obtaining Meta-data for Tables
* primary_column() - select the primary display column(s)
* title() -... (posted 2:33 PM, July 12, 2009)
DB.pm (Article)
* ExSite::DB - generic database driver wrapper for ExSite
* new(%options) - DB constructor
* Retrieving Data
* fetch(), fetch_key() - fetch a record by its primary key
... (posted 2:32 PM, July 12, 2009)
SQL.pm (Article)
* ExSite::SQL - generic SQL database driver for ExSite
* new(%options) : SQL driver constructor
* get_tables() : return a list of tables in the database
* dbget_columns($table) : return... (posted 2:30 PM, July 12, 2009)

