~ubuntu-branches/ubuntu/intrepid/perl-doc-html/intrepid

« back to all changes in this revision

Viewing changes to index-tutorials.html

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2008-05-17 20:14:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080517201419-qgbuogq2ckkdisyi
Tags: 5.10.0-2
Supersede botched upload of 5.10.0-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
      <h2>Links:</h2>
55
55
      <ul>
56
56
        <li><a href="http://search.cpan.org">CPAN</a></li>
 
57
        <li><a href="http://www.perl.org">Perl.org</a></li>
57
58
        <li><a href="http://www.perl.com">Perl.com</a></li>
58
 
        <li><a href="http://www.perl.org">Perl.org</a></li>
 
59
        <li><a href="http://perlbuzz.com">Perl Buzz</a></li>
 
60
        <li><a href="http://www.perlfoundation.org/perl5/index.cgi">Perl 5 Wiki</a></li>
 
61
        <li><a href="http://jobs.perl.org">Perl Jobs</a></li>
59
62
        <li><a href="http://www.pm.org">Perl Mongers</a></li>
60
63
        <li><a href="http://www.perlmonks.org">Perl Monks</a></li>
61
64
        <li><a href="http://planet.perl.org">Planet Perl</a></li>
65
68
      <ul>
66
69
        <li>Site maintained by<br><a href="http://perl.jonallen.info">Jon Allen</a>
67
70
            (<a href="http://perl.jonallen.info">JJ</a>)</li>
68
 
        <li class="spaced">Last updated on<br>23 April 2006</li>
 
71
        <li class="spaced">Last updated on<br>23 December 2007</li>
69
72
        <li class="spaced">See the <a href="http://perl.jonallen.info/projects/perldoc">project page</a> for
70
73
        more details</li>
71
74
      </ul>
76
79
    <div id="centerContent">
77
80
      <div id="contentHeader">
78
81
        <div id="contentHeaderLeft"><a href="#" onClick="showLeft()">Show navigation</a></div>
79
 
        <div id="contentHeaderCentre">-- Perl 5.8.8 documentation --</div>
 
82
        <div id="contentHeaderCentre">-- Perl 5.10.0 documentation --</div>
80
83
        <div id="contentHeaderRight"><a href="#" onClick="showRight()">Show toolbar</a></div>
81
84
      </div>
82
85
      <div id="breadCrumbs"><a href="index.html">Home</a> &gt; Tutorials</div>
83
86
      <script language="JavaScript">fromSearch();</script>
84
 
      <div id="contentBody"><div class="title_container"><div class="page_title">Tutorials</div></div><ul><li><a href="perlreftut.html">perlreftut</a> - Mark's very short tutorial about references<li><a href="perldsc.html">perldsc</a> - data structure complex data structure struct<li><a href="perllol.html">perllol</a> - Manipulating Arrays of Arrays in Perl<li><a href="perlrequick.html">perlrequick</a> - Perl regular expressions quick start<li><a href="perlretut.html">perlretut</a> - Perl regular expressions tutorial<li><a href="perlboot.html">perlboot</a> - Beginner's Object-Oriented Tutorial<li><a href="perltoot.html">perltoot</a> - Tom's object-oriented tutorial for perl<li><a href="perltooc.html">perltooc</a> - Tom's OO Tutorial for Class Data in Perl<li><a href="perlbot.html">perlbot</a> - Bag'o Object Tricks (the BOT)<li><a href="perlstyle.html">perlstyle</a> - Perl style guide<li><a href="perlcheat.html">perlcheat</a> - Perl 5 Cheat Sheet<li><a href="perltrap.html">perltrap</a> - Perl traps for the unwary<li><a href="perldebtut.html">perldebtut</a> - Perl debugging tutorial<li><a href="perlopentut.html">perlopentut</a> - tutorial on opening things in Perl<li><a href="perlpacktut.html">perlpacktut</a> - tutorial on pack and unpack<li><a href="perlthrtut.html">perlthrtut</a> - tutorial on threads in Perl<li><a href="perlothrtut.html">perlothrtut</a> - old tutorial on threads in Perl<li><a href="perlxstut.html">perlxstut</a> - Tutorial for writing XSUBs</ul></div>
 
87
      <div id="contentBody"><div class="title_container"><div class="page_title">Tutorials</div></div><ul><li><a href="perlreftut.html">perlreftut</a> - Mark's very short tutorial about references<li><a href="perldsc.html">perldsc</a> - data structure complex data structure struct<li><a href="perllol.html">perllol</a> - Manipulating Arrays of Arrays in Perl<li><a href="perlrequick.html">perlrequick</a> - Perl regular expressions quick start<li><a href="perlretut.html">perlretut</a> - Perl regular expressions tutorial<li><a href="perlboot.html">perlboot</a> - Beginner's Object-Oriented Tutorial<li><a href="perltoot.html">perltoot</a> - Tom's object-oriented tutorial for perl<li><a href="perltooc.html">perltooc</a> - Tom's OO Tutorial for Class Data in Perl<li><a href="perlbot.html">perlbot</a> - Bag'o Object Tricks (the BOT)<li><a href="perlstyle.html">perlstyle</a> - Perl style guide<li><a href="perlcheat.html">perlcheat</a> - Perl 5 Cheat Sheet<li><a href="perltrap.html">perltrap</a> - Perl traps for the unwary<li><a href="perldebtut.html">perldebtut</a> - Perl debugging tutorial<li><a href="perlopentut.html">perlopentut</a> - tutorial on opening things in Perl<li><a href="perlpacktut.html">perlpacktut</a> - tutorial on pack and unpack<li><a href="perlthrtut.html">perlthrtut</a> - Tutorial on threads in Perl<li><a href="perlothrtut.html">perlothrtut</a> - old tutorial on threads in Perl<li><a href="perlxstut.html">perlxstut</a> - Tutorial for writing XSUBs<li><a href="perlunitut.html">perlunitut</a> - Perl Unicode Tutorial<li><a href="perlpragma.html">perlpragma</a> - how to write a user pragma</ul></div>
85
88
      <div id="contentFooter"><a href="http://www.perl.org"><img src="perlpowered.png" border=0></a></div>
86
89
    </div>
87
90
  </div>
98
101
          <!--<select name="r"><option value="1" selected>Go to top result<option value="0">Show results list</select>-->
99
102
        </form>
100
103
      </p>
 
104
      <script language="JavaScript" type="text/javascript" src="/perl-version.js"></script>
101
105
      <h2>Labels:</h2>
102
106
      <p>
103
107
        <a href="#" onClick="addLabel('Tutorials','index-tutorials.html')">Add this page</a>