Catalyst

From DISI
Revision as of 23:46, 5 December 2007 by JohnIrwin (talk | contribs)
Jump to navigation Jump to search

This is about the perl package Catalyst. For information about catalysts as agents that lower the activation energy of a chemical reaction, see your chemistry or biophysics textbook.

Installation

perl -MCPAN -e shell >> install Catalyst::Runtime (hit return to take all defaults) (implies installation of around 100 dependencies) (may require fresh installation of Bundle::CPAN) (correctly configured version running on bks150)

>> install Task::Catalyst (takes about an hour!)

Getting started

mkdir winc cd winc catalyst.pl create winc

Advice and notes