GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SPKG(1) User Contributed Perl Documentation SPKG(1)

 spkg - Create Perl packages for HTML files for HTML::Seamstress manipulation

 spkg [options] html_file

  • base_pkg_root $base_pkg_root (optional)

    The directory to add to @INC so that "base_pkg" is found

  • base_append $base_append (optional)

    a string which will be appended to $base_pkg to form the argument to "use base qw( )"

    This is advanced stuff.

  • base_pkg $base_pkg (required)

    The base package containing a method "comp_root" which returns the absolute path to the HTML file to be processed.

Template and HTML::Mason both create objects which they configure with an "INCLUDE_PATH" or "comp_root", respectively. Seamstress leverages Perl's standard include mechanism to find HTML files. As such, a "base_pkg" with a method that will allow runtime "require"s of such packages is needed.
2011-10-10 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.