NAME HTML::LBI - DreamWeaver HTML Library Module SYNOPSIS use HTML::LBI; $html = new HTML::LBI( filename => 'file.lbi', path => '/path/to/file' ); DESCRIPTION A perl module for use with CGI scripts that opens a Macromedia Dreamweaver library file (.lbi) and returns the resulting HTML code snippet. METHODS Creation $lbi = new HTML::LBI("file.lbi"); $lbi = new HTML::LBI( filename => 'file.lbi', path => '/path/to/file' ); Creates a new HTML::LBI object and loads HTML from the Dreamweaver library 'file.lbi' (can specify a relative or absolute path). Returns the HTML from the library, which could then be printed to STDOUT. DIAGNOSTICS Library File $file not opened: (F) The library file was not opened properly. This message is stored in $HTML::LBI::errmsg AUTHOR S.D. Campbell, whytwolf@spots.ab.ca SEE ALSO perl(1), HTML::Template, HTML::DWT. LICENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.