HTML-ListToTree

 view release on metacpan or  search on metacpan

examples/Sociable.pod.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>Thread::Sociable</title>
<link rel="stylesheet" type="text/css" href="..\podstyle.css" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <script type="text/javascript">

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;

    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  </script></head>
<body>
<div class="box">
  <h1 class="t1">Thread::Sociable</h1>
  <table>
    <tr>
      <td class="label">Description</td>
      <td class="cell">Enhanced replacement for threads::shared</td>
    </tr>
  </table>
</div>
<div class="path">
  <a href="..\index.html">Thread::Sociable</a> &gt; Perl Manuals &gt;
  Thread-Sociable
</div>
<div>
<a href="..\src\Thread\Sociable.pod">Source</a>
</div>


<div class="pod">
<!-- INDEX START -->
<h3 id="TOP">Index</h3>
<ul>
	<li><a href="#NAME">NAME</a></li>
	<li><a href="#VERSION">VERSION</a></li>
	<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
	<li><a href="#DESCRIPTION">DESCRIPTION</a><br />
<ul>
	<li><a href="#Background">Background</a></li>
	<li><a href="#An_Inconvenient_Alternative">An Inconvenient Alternative</a><br />
<ul>
	<li><a href="#Drawbacks">Drawbacks</a><br />
<ul>
	<li><a href="#Requires_more_internal_code_to_manag">Requires more internal code to manage variables</a></li>



( run in 0.551 second using v1.01-cache-2.11-cpan-796a6f069b2 )