-
Notifications
You must be signed in to change notification settings - Fork 0
/
perl.html
193 lines (179 loc) · 8.33 KB
/
perl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<head>
<!--
NAIM AYA NAI NAIMA NAI
TNAIM AYA MAY YATNAI MAY
NAIMAY ATN MAYATNA ATN
NAIMAYA TNA NAIMA. ATN NAIMAYA.TNAI. IMAY ATN NAI MAY NAIMA. NAIMAY
IMA YATNAIM "YAT AIM MAY "ATN "AIM AIMA YAT ATN AIM "YAT ATN
AYA TNAIMA .NAIMAYA AYA AYA TNA IMA NAIM AYA AYA TNA .NAIMAYA AIM
YAT NAIMA TNA IMA TNA YAT NAI MAY TNAIMAYATNA IMAY ATN TNA IMA AYAT.
YAT NAIM "YATNAIM IMA ATN AIM AYA IMAY ATN "AIMAY "YATNAIM "NAIM
TNA
IMA YATN
"AIMA"
CREATED BY NAIM AYAT | NaimAyat.me
-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://NaimAyat.me/perl.html"
},
"headline": "Perl Tutorial Introduction",
"image": {
"@type": "ImageObject",
"url": "http://naimayat.me/favicons/android-chrome-96x96.png",
"height": 60,
"width": 700
},
"datePublished": "2017-07-05T20:00:00+08:00",
"dateModified": "2015-07-22T00:00:00+08:00",
"author": {
"@type": "Person",
"name": "Naim Ayat"
},
"publisher": {
"@type": "Organization",
"name": "Naim Ayat",
"logo": {
"@type": "ImageObject",
"url": "http://naimayat.me/favicons/android-chrome-96x96.png",
"width": 60,
"height": 60
}
},
"description": "Intoduction to Naim Ayat's tutorial for the Perl programming language."
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Naim Ayat",
"url": "http://NaimAyat.me",
"sameAs": ["https://www.linkedin.com/in/NaimAyat", "https://www.github.com/NaimAyat", "https://www.twitter.com/NaimAyat", "https://www.instagram.com/NaimAyat", "https://www.facebook.com/NaimAyat"],
"logo": "http://NaimAyat.me/img/NaimAyat.png",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-707-495-0005",
"email": "[email protected]",
"contactType": "sales"
}]
}
</script>
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "person",
"name": "Naim Ayat",
"url": "http://naimayat.me",
"image": "https://pbs.twimg.com/profile_images/861748279838507008/74RQ3BcV_400x400.jpg",
"sameAs": ["https://www.linkedin.com/in/NaimAyat", "https://www.github.com/NaimAyat", "https://www.twitter.com/NaimAyat", "https://www.instagram.com/NaimAyat", "https://www.facebook.com/NaimAyat"],
"email": "[email protected]",
"description": "Computer science student at UCLA.",
"alumniOf": ["University of California, Los Angeles", "Stanford University", "Sonoma State University"]
}
</script>
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Naim Ayat",
"alternateName": "NaimAyat.me",
"url": "http://naimayat.me"
}
</script>
<meta charset="utf-8" />
<meta name="description" content="Perl programming tutorials by Naim Ayat.">
<meta name="keywords" content="Naim,Ayat,NaimAyat,NaimAyat.me,Portfolio,Computer,Science,Programming,HTML,CSS,XML,XHTML,JavaScript,Cpp,C,Perl,Python,Java">
<meta name="author" content="Naim Ayat">
<meta property="og:image" content="http://naimayat.me/favicons/og_small.png">
<meta property='og:title' content="Naim Ayat | Perl Intro">
<meta property='og:description' content="Perl programming tutorials by Naim Ayat.">
<meta property='og:url' content="http://naimayat.me/perl">
<meta name="twitter:card" content="http://naimayat.me/favicons/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@NaimAyat">
<meta name="twitter:creator" content="@NaimAyat">
<meta name="twitter:title" content="Naim Ayat | Perl Intro">
<meta name="twitter:description" content="Perl programming tutorials by Naim Ayat.">
<meta name="twitter:image" content="http://naimayat.me/favicons/og.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Naim Ayat | Perl Tutorials</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link href="css/font-awesome.min.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/png" href="img/favicon2.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#000000">
<meta name="theme-color" content="#ffffff">
</head>
<body vlink="white" link="white">
<header>
<div id="header-inner">
<a href="/index.html" id="logo">NAIM AYAT</a>
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="/index.html">HOME</a></li>
<li><div class="dropdown">
<a href="#"><div class="dropbtn">EXPERIENCE</div></a>
<div class="dropdown-content">
<a href="/wdc.html">WESTERN DIGITAL</a>
<a href="/ziprecruiter.html">ZIPRECRUITER</a>
<a href="/perl.html" class="current">PERL TUTORIALS</a>
<a href="/projects.html">PROJECTS</a>
<a href="/courses.html">BUSINESS COURSES</a>
</div>
</div></li>
<li><a href="/contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
</header>
<!--END HEADER-->
<section class ="banner-outer-perl-content">
<div class="banner-perl-content">
<h1>Perl Tutorials</h1><br>
ZipRecruiter uses Perl as its primary back-end programming language. All engineers are given two books for training:
<a href="http://learn.perl.org/books/beginning-perl/" target="_blank"><i>Beginning Perl</i> by Simon Cozens</a> and
<a href="http://onyxneon.com/books/modern_perl/" target="_blank"><i>Modern Perl</i> by Chromatic</a>.
It took just under a month to get through them. I only needed to learn syntax and features unique to the language;
so I felt that the training process could have been much quicker.
Therefore, I've condensed both books into a comprehensive tutorial for learning the core Perl language.
<br> <br>
My objective is that anyone who has prior programming experience in a lower-level language will be able to learn Perl as efficiently as possible with this guide.
People completely new to programming will benefit more from reading one of the two books listed above.
<br><br>
<a href="/perl1.html">Part 1: Data Types</a><br>
<a href="/perl2.html">Part 2: Logical Operators & Loops</a><br>
<a href="/perl3.html">Part 3: Regular Expressions</a><br>
<a href="/perl4.html">Part 4: Working with Files</a><br>
</div>
</section>
<!--END BANNER-->
<footer>
<ul class="social">
<li><a href="https://www.linkedin.com/in/NaimAyat" target="_blank"><i class="fa fa-linkedin"></i></a></li>
        
<li><a href="https://www.github.com/NaimAyat" target="_blank"><i class="fa fa-github"></i></a></li>
        
<li><a href="https://www.twitter.com/NaimAyat" target="_blank"><i class="fa fa-twitter"></i></a></li>
        
<li><a href="https://www.instagram.com/NaimAyat" target="_blank"><i class="fa fa-instagram"></i></a></li>
        
<li><a href="https://www.facebook.com/NaimAyat" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
</footer>
<!--END SOCIAL FOOTER-->
<footer class="second">
<a href="https://github.com/NaimAyat/NaimAyat.github.io" id= "open-source" target="_blank">© 2019 NAIM AYAT</a>
</footer>
<!--END SECOND FOOTER-->
</body>
</html>