Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 153de8e767391ee69acb7025d88d7586 > files > 68

erlang-doc-R14B-03.1.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../otp_doc.css" type="text/css">
<title>Erlang -- Getting Started With Erlang</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth ||
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){
                if (obj.addEventListener){
                obj.addEventListener(evType, fn, true);
                return true;
              } else if (obj.attachEvent){
                var r = obj.attachEvent("on"+evType, fn);
                return r;
              } else {
                return false;
              }
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="../pdf/otp-system-documentation-5.8.4.pdf">PDF</a><br><a href="../index.html">Top</a></small><p><strong>Getting Started with Erlang</strong><br><strong>User's Guide</strong><br><small>Version 5.8.4</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../js/flipmenu">
<li id="no" title="Introduction" expanded="false">Introduction<ul>
<li><a href="intro.html">
              Top of chapter
            </a></li>
<li title="Introduction"><a href="intro.html#id251518">Introduction</a></li>
<li title="Things Left Out"><a href="intro.html#id251499">Things Left Out</a></li>
</ul>
</li>
<li id="no" title="Sequential Programming" expanded="false">Sequential Programming<ul>
<li><a href="seq_prog.html">
              Top of chapter
            </a></li>
<li title="The Erlang Shell"><a href="seq_prog.html#id251964">The Erlang Shell</a></li>
<li title="Modules and Functions"><a href="seq_prog.html#id249996">Modules and Functions</a></li>
<li title="Atoms"><a href="seq_prog.html#id251562">Atoms</a></li>
<li title="Tuples"><a href="seq_prog.html#id245079">Tuples</a></li>
<li title="Lists"><a href="seq_prog.html#id245102">Lists</a></li>
<li title="Standard Modules and Manual Pages"><a href="seq_prog.html#id250157">Standard Modules and Manual Pages</a></li>
<li title="Writing Output to a Terminal"><a href="seq_prog.html#id251397">Writing Output to a Terminal</a></li>
<li title="A Larger Example"><a href="seq_prog.html#id251467">A Larger Example</a></li>
<li title="Matching, Guards and Scope of Variables"><a href="seq_prog.html#id251793">Matching, Guards and Scope of Variables</a></li>
<li title="More About Lists"><a href="seq_prog.html#id254460">More About Lists</a></li>
<li title="If and Case"><a href="seq_prog.html#id251046">If and Case</a></li>
<li title="Built In Functions (BIFs)"><a href="seq_prog.html#id254736">Built In Functions (BIFs)</a></li>
<li title="Higher Order Functions (Funs)"><a href="seq_prog.html#id254927">Higher Order Functions (Funs)</a></li>
</ul>
</li>
<li id="no" title="Concurrent Programming" expanded="false">Concurrent Programming<ul>
<li><a href="conc_prog.html">
              Top of chapter
            </a></li>
<li title="Processes"><a href="conc_prog.html#id255239">Processes</a></li>
<li title="Message Passing"><a href="conc_prog.html#id255377">Message Passing</a></li>
<li title="Registered Process Names"><a href="conc_prog.html#id255718">Registered Process Names</a></li>
<li title="Distributed Programming"><a href="conc_prog.html#id255821">Distributed Programming</a></li>
<li title="A Larger Example"><a href="conc_prog.html#id256083">A Larger Example</a></li>
</ul>
</li>
<li id="no" title="Robustness" expanded="false">Robustness<ul>
<li><a href="robustness.html">
              Top of chapter
            </a></li>
<li title="Timeouts"><a href="robustness.html#id256792">Timeouts</a></li>
<li title="Error Handling"><a href="robustness.html#id256918">Error Handling</a></li>
<li title="The Larger Example with Robustness Added"><a href="robustness.html#id257104">The Larger Example with Robustness Added</a></li>
</ul>
</li>
<li id="no" title="Records and Macros" expanded="false">Records and Macros<ul>
<li><a href="record_macros.html">
              Top of chapter
            </a></li>
<li title="The Larger Example Divided into Several Files"><a href="record_macros.html#id257303">The Larger Example Divided into Several Files</a></li>
<li title="Header Files"><a href="record_macros.html#id257454">Header Files</a></li>
<li title="Records"><a href="record_macros.html#id257498">Records</a></li>
<li title="Macros"><a href="record_macros.html#id257592">Macros</a></li>
</ul>
</li>
</ul>
</div></div>
<div id="content">
<div class="innertube">
<div class="frontpage"></div>
<center><h1>Getting Started with Erlang User's Guide</h1></center>
<center><h4>Version 5.8.4</h4></center>
<center><h4>July 21 2011</h4></center>
</div>
<div class="footer">
<hr>
<p>Copyright © 1996-2011 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>