HTML-Seamstress
view release on metacpan or search on metacpan
lib/HTML/Seamstress/Quickstart.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML::Seamstress::Quickstart - A gentle introduction to HTML::Seamstress</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:rurban@x-ray.at" />
</head>
<body style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#introduction">Introduction</a></li>
<ul>
<li><a href="#sample_files">Sample files</a></li>
</ul>
<li><a href="#pure_treebuilder">Pure TreeBuilder</a></li>
<li><a href="#base_bones_seamstress_rework">Base bones Seamstress rework</a></li>
<li><a href="#abstract_the_file_and_our_operations_on_it_into_a_perl_loom">Abstract the file and our operations on it into a Perl LOOM</a></li>
<ul>
<li><a href="#quick_and_dirty_loom_building___pm_and__html_in_same_directory">Quick and dirty LOOM building: .pm and .html in same directory</a></li>
<ul>
<li><a href="#cleaning_up_our_perl_class">Cleaning up our Perl class</a></li>
<li><a href="#make_path_to_html_file_absolute">Make path to HTML file absolute</a></li>
</ul>
<li><a href="#slow_and_clean_loom_building___pm_and__html_in_different_directory">Slow and clean LOOM building: .pm and .html in different directory</a></li>
<ul>
<li><a href="#slow_and_clean_has_extra_programming_advantages">Slow and clean has extra programming advantages</a></li>
<li><a href="#not_recommended_slow_clean_way__inline_the_html">Not recommended slow clean way: Inline the HTML</a></li>
</ul>
</ul>
<li><a href="#automated_creation_of_seamstressstyle_packages">Automated creation of Seamstress-style packages</a></li>
<li><a href="#tips_for_effective_seamstress_use">Tips for effective Seamstress use</a></li>
<ul>
<li><a href="#use_subroutines_and_params__validate_to_componentize_your_operations">Use subroutines and Params::Validate to ``componentize'' your operations</a></li>
<li><a href="#identify_html_elements_by_class_tags_if_you_plan_to_loop_them">Identify HTML elements by class tags if you plan to loop them</a></li>
</ul>
<li><a href="#copyright_and_license">COPYRIGHT AND LICENSE</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>HTML::Seamstress::Quickstart - A gentle introduction to HTML::Seamstress</p>
<p>
( run in 2.055 seconds using v1.01-cache-2.11-cpan-140bd7fdf52 )