
OpenFrame::AppKit::Segment::Images - a pipeline segment to manage images

use OpenFrame::AppKit;
my $images_engine = OpenFrame::Segment::Images->new();
$images_engine->directory("./images");

The OpenFrame::AppKit::Segment::Images class is a pipeline segment and inherits its interface from there. It provides additional interface in the form of the director() method, which gets and sets the root template directory that the template engine will examine.

Leon Brocard <leon@fotango.com>

Copyright 2002 Fotango Ltd. All Rights Reserved
This program is released under the same license as Perl itself.