<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>intro to all Computer programming,how to,guide,examples, - Perl Tutorials</title><link>http://teachmeasp.net/</link><description>Asp tutorials,Php tutorials,jsp tutorials,Html tutorials,cgi tutorials,xml tutorials, examples,articles, resources,source code, and links - </description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80722</generator><language>zh-CN</language><copyright>Copyright 2010 teachmeasp.net. Some Rights Reserved.</copyright><pubDate>Sun, 05 Sep 2010 19:12:51 +0800</pubDate><item><title>The 14th chapter Perl5 Bao He module</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/121.html</link><pubDate>Mon, 26 Jan 2009 16:26:38 +0800</pubDate><guid>http://teachmeasp.net/post/121.html</guid><description><![CDATA[First, require function<br/><br/>May divide with the require function the procedure Cheng Duoge the document and founds the function storehouse. For example, has in myfile.pl defines the good Perl function, available sentence require (“myfile.pl”); Contains in the procedure. When the Perl interpreter sees this sentence, in built-in ray variable @INC assigns in the table of contents seeks for document myfile.pl. If has found, in this document's sentence is carried out, otherwise program termination and output error information:<br/><br/>Can't find myfile.pl in @INC<br/><br/>As the subroutine call parameter, in the document the last expression's value becomes the returns value, the require function examined whether it is zero, if is zero terminates. For example the myfile.pl final sentence is:<br/><br/>print (“hello, world! n”);<br/>$var = 0;]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/121.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=121</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=121&amp;key=db9b6e57</trackback:ping></item><item><title>The 13th chapter Perl object-oriented programming</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/120.html</link><pubDate>Mon, 26 Jan 2009 16:25:53 +0800</pubDate><guid>http://teachmeasp.net/post/120.html</guid><description><![CDATA[This chapter introduced how to use Perl to program the (OOP) characteristic object-oriented and how to construct the object, but also includes inherits, contents and so on method heavy load and data encapsulation.<br/><br/>First, module synopsis<br/><br/>Module (module) is Perl wraps (pachage). In Perl object based on to package in data item quotation. (quotation sees the xth chapter of quotation).<br/><br/>For details sees http://www.metronet.com/'s perlmod and perlobj.]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/120.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=120</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=120&amp;key=5b8c0be0</trackback:ping></item><item><title>The 12th chapter in Perl5 quotation/indicator</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/119.html</link><pubDate>Mon, 26 Jan 2009 16:25:17 +0800</pubDate><guid>http://teachmeasp.net/post/119.html</guid><description><![CDATA[First, quotation synopsis<br/><br/>The quotation is an indicator, may aim at the variable, the array, the Hasche table (also to be called connection array) even the subroutine. Pascal or the C programmer should to quotes (i.e. indicator) the concept be very familiar, the quotation is some value address, is decided to its use by the programmer and the language stipulation. In Perl, may be called the quotation the indicator, the two are general, non-difference. The quotation is very useful in the foundation complex data aspect.<br/><br/>In Perl5 two kind of quotation type for hard quotation and mark quotation. The mark quotation includes the variable name, it to movement when founds the variable name and locates is very useful, basically, the mark quotation looks like the filename or in the UNIX system's soft link. But quotes hardly looks like in filing system's hard link.]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/119.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=119</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=119&amp;key=32b94958</trackback:ping></item><item><title>The 11th chapter filing system</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/118.html</link><pubDate>Mon, 26 Jan 2009 16:24:31 +0800</pubDate><guid>http://teachmeasp.net/post/118.html</guid><description><![CDATA[This chapter says the function has used the UNIX operating system's characteristic most, when the non-UNIX system, some functions possibly does not have the definition or has the different working, the use please to examine the Perl on-line documents.<br/><br/>First, document input/output function<br/><br/>This festival narrates from the document reads the information and to the file write information built-in storehouse function.<br/><br/>1st, basic I/O function<br/>]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/118.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=118</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=118&amp;key=6b6ad0f7</trackback:ping></item><item><title>The tenth chapter formatted output</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/117.html</link><pubDate>Mon, 26 Jan 2009 16:23:34 +0800</pubDate><guid>http://teachmeasp.net/post/117.html</guid><description><![CDATA[We already saw the primitive formatted text will not have output the document with the print function, this chapter narrated how to use function write and the printing form produces formatted the output.<br/><br/>Second, demonstration printing form<br/><br/>The printing form's demonstration has two steps:<br/><br/>1st, $~ supposes the form which the system variable must use<br/><br/>2nd, transfer function write<br/><br/>For example:]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/117.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=117</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=117&amp;key=18f0e375</trackback:ping></item><item><title>The ninth chapter connection array/Hasche table</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/116.html</link><pubDate>Mon, 26 Jan 2009 16:23:06 +0800</pubDate><guid>http://teachmeasp.net/post/116.html</guid><description><![CDATA[First, ray variable limit<br/><br/>Says in front in the ray variable, may through subscript visit element. For example, the following sentence visit array @array third element:<br/><br/>$scalar = $array[2];<br/><br/>Although the array is very useful, but they have a remarkable flaw, which element storage namely very difficult to remember any content. If we write the number of times which in a routine calculation some document the first letter capital letter's word appears, realizes with the array is quite difficult, the procedure code is as follows: <br/>...]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/116.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=116</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=116&amp;key=607ddc80</trackback:ping></item><item><title>Eighth stamp procedure</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/115.html</link><pubDate>Mon, 26 Jan 2009 16:22:24 +0800</pubDate><guid>http://teachmeasp.net/post/115.html</guid><description><![CDATA[First, definition <br/><br/>The subroutine namely carries out a special assignment section of separation code, it may cause the reduced redundant code, and causes the procedure legible. In PERL, the subroutine may appear in procedure any place. The definition method is:<br/>...]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/115.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=115</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=115&amp;key=959e96a9</trackback:ping></item><item><title>The seventh chapter control structure</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/114.html</link><pubDate>Mon, 26 Jan 2009 16:21:48 +0800</pubDate><guid>http://teachmeasp.net/post/114.html</guid><description><![CDATA[First, condition judgment<br/><br/>if () {<br/>    <br/>}<br/>elsif () {<br/>    <br/>}<br/>…<br/>else {<br/>    <br/>}<br/><br/>Second, circulation:<br/><br/>1st, while circulation<br/><br/>while () {<br/>    <br/>}<br/><br/>2nd, until circulation<br/><br/>until () {<br/>]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/114.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=114</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=114&amp;key=e2b44574</trackback:ping></item><item><title>The sixth chapter pattern matching</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/113.html</link><pubDate>Mon, 26 Jan 2009 16:21:18 +0800</pubDate><guid>http://teachmeasp.net/post/113.html</guid><description><![CDATA[First, synopsis<br/><br/>The pattern refers to the specific sequence character which seeks in the string of character, includes by the backlash: /def/ is pattern def. Its usage like union function split divides into the string of character with some pattern many words: @array = split (//, $line);<br/><br/>Second, match instruction character =~! ~<br/><br/>the =~ examination matches whether to succeed: $result = $var =~ /abc/; If has found this pattern in this string of character, then the returns non-zero value, namely true, does not match returns 0, namely false.! ~ is opposite.]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/113.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=113</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=113&amp;key=0f3032ce</trackback:ping></item><item><title>The fifth chapter document read-write</title><author>a@b.com (rain)</author><link>http://teachmeasp.net/post/112.html</link><pubDate>Mon, 26 Jan 2009 16:20:53 +0800</pubDate><guid>http://teachmeasp.net/post/112.html</guid><description><![CDATA[First, opens, the close file <br/><br/>The grammar is open (filevar, filename), filevar is the document handle, or is in the procedure uses for to represent some document the code number, filename is the filename, its way may be the relative way, may also be the absolute way.<br/><br/>open (FILE1, “file1”);<br/>open (FILE1, “/u/jqpublic/file1”);<br/>]]></description><category>Perl Tutorials</category><comments>http://teachmeasp.net/post/112.html#comment</comments><wfw:comment>http://teachmeasp.net/</wfw:comment><wfw:commentRss>http://teachmeasp.net/feed.asp?cmt=112</wfw:commentRss><trackback:ping>http://teachmeasp.net/cmd.asp?act=tb&amp;id=112&amp;key=697876c6</trackback:ping></item></channel></rss>
