📄 the perl weekly journal 4th edition.html
字号:
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./perl4_files/filelist.xml">
<title>Hacking Truths!!!--What they Don't teach in Manuals!!! Send an email to
programmingforhackers-subscribe@egroups.com for more tutorials By Ankit Fadia</title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Ankit Fadia</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>Ankit Fadia</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:TotalTime>51</o:TotalTime>
<o:Created>2000-07-04T09:43:00Z</o:Created>
<o:LastSaved>2000-07-04T09:43:00Z</o:LastSaved>
<o:Pages>4</o:Pages>
<o:Words>1016</o:Words>
<o:Characters>5794</o:Characters>
<o:Company>Hacking Truths</o:Company>
<o:Lines>48</o:Lines>
<o:Paragraphs>11</o:Paragraphs>
<o:CharactersWithSpaces>7115</o:CharactersWithSpaces>
<o:Version>9.2720</o:Version>
</o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
<w:DisplayVerticalDrawingGridEvery>0</w:DisplayVerticalDrawingGridEvery>
<w:UseMarginsForDrawingGridOrigin/>
<w:Compatibility>
<w:FootnoteLayoutLikeWW8/>
<w:ShapeLayoutLikeWW8/>
<w:AlignTablesRowByRow/>
<w:ForgetLastTabAlignment/>
<w:LayoutRawTableWidth/>
<w:LayoutTableRowsApart/>
</w:Compatibility>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
h1
{mso-style-next:Normal;
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
page-break-after:avoid;
mso-outline-level:1;
font-size:10.0pt;
font-family:"Times New Roman";
mso-font-kerning:0pt;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;
text-underline:single;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>
<div class=Section1>
<p class=MsoNormal>___________________________________________________________</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>The Perl (Almost) weekly manual By Ankit Fadia <a
href="mailto:ankit@bol.net.in">ankit@bol.net.in</a></p>
<p class=MsoNormal>___________________________________________________________</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Until now, we learnt how to execute commands in a specific
order. Other than conditions and loops, we pretty much did the same thing. Now,
say you have a snippet of code, which does a small task by itself, and it
contains code, which is needed to perform that particular task at different
stages of the same program. What do you do?</p>
<p class=MsoNormal><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
<p class=MsoNormal>Well, simply put the code within a 憇ubroutine
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -