HTML-LBI

 view release on metacpan or  search on metacpan

LBI.pm  view on Meta::CPAN

#  HTML::LBI
#  Whyte.Wolf DreamWeaver HTML Library Module
#  Version 2.00
#
#  Copyright (c) 2002 by S.D. Campbell <whytwolf@spots.ab.ca>
#
#  Created 03 February 2002; Revised 12 February 2002 by SDC
#
#  Description:
#	A perl module for use with CGI scripts that opens a 
#	Macromedia Dreamweaver library file (.lbi) and returns
#	the resulting HTML code snippet.
#
#############################################################
#
#  Construction:
#	  use HTML::LBI;
#
#	  $html = new HTML::LBI("file.lbi");
#
#  Use:

LBI.pm  view on Meta::CPAN


  $html = new HTML::LBI(
                       filename => 'file.lbi',
	               path => '/path/to/file'
		       );


=head1 DESCRIPTION

A perl module for use with CGI scripts that opens a 
Macromedia Dreamweaver library file (.lbi) and returns
the resulting HTML code snippet.

=head1 METHODS

=head2 Creation

  $lbi = new HTML::LBI("file.lbi");
  
  $lbi = new HTML::LBI(
                       filename => 'file.lbi',

README  view on Meta::CPAN


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',



( run in 0.632 second using v1.01-cache-2.11-cpan-49f99fa48dc )