App-Navegante

 view release on metacpan or  search on metacpan

examples/headers  view on Meta::CPAN

filename(./headers)
formtitle(Process Headers)
proc(id)
proctags(h1=>toitalic,h2=>underline,h3=>toitalic,h4=>underline)
desc(headersDesc)

##

sub headersDesc {
    return "<br>Change headers content only. H1 content is processed by toupper function, H2 by tobold and H3 by toitalic as defined in application's DSL.<br><pre>
cginame(./headers)
formtitle(Process Headers)
proc(id)
proctags(h1=>uc,h2=>tobold,h3=>toitalic)
desc(headersDesc)
</pre>
Good example to test: <a href='http://nrc.homelinux.org/headers.html'>http://nrc.homelinux.org/headers.html</a><br>Example's source: <pre>
&lt;body&gt;
&lt;h1&gt;This is header 1&lt;/h1&gt;
content blah
&lt;h2&gt;This is header 2&lt;/h2&gt;
content blah
&lt;h3&gt;This is header 3&lt;/h3&gt;
content blah



( run in 2.069 seconds using v1.01-cache-2.11-cpan-c333fce770f )