-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
102 lines (93 loc) · 4.42 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6STYSFPJRD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6STYSFPJRD');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Data Munging with Perl: Techniques for Data Recognition, Parsing, Transformation and Filtering. Written by Perl expert Dave Cross and now available for free download.">
<meta name="author" content="">
<link rel="icon" href="/favicon.ico">
<link rel="alternate" href="http://datamungingwithperl.com/" hreflang="en-gb" />
<link rel="canonical" href="http://datamungingwithperl.com/" />
<title>Data Munging with Perl: Read Online or Download PDF</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="starter-template.css" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Book",
"name": "Data Munging with Perl",
"author": "David Cross",
"datePublished": "2001-02-14",
"bookFormat": "EBook",
"isbn": "1930110006",
"numberOfPages": 304,
"about": "Perl programming",
"inLanguage": "en-US"
}
</script>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand ms-3" href="#">Data Munging with Perl</a>
</nav>
<main class="container">
<div class="starter-template row">
<div class="col-8 mx-auto">
<h1 class="mb-4">Data Munging with Perl</h1>
<p>Way back at the start of the millennium, I wrote my first Perl book.<br>
It was called <em>Data Munging with Perl</em>.<br>
It was published by <a href="https://manning.com/">Manning</a>.<br>
People seemed to like it.</br>
It has a score of 4.8
<a href="https://www.amazon.com/Data-Munging-Perl-Recognition-Transformation/dp/1930110006/">on Amazon</a>.</p>
<p>In 2014, the book went out of print.<br>
The rights reverted to me.<br>
Since then, I've made a PDF of the book available for free from this site.</p>
<p>Honestly, I think it's still a pretty good book.<br>
But (as with any technical book published over twenty years ago) it's a little dated.<br>
I have a vague plan to release an updated version through
<a href="https://perlschool.com/">Perl School</a>.</br>
But, to be honest, it's pretty far down my list of projects.</p>
<p>So, I'll continue to make it available from this site.<br>
As it's dated, I don't feel right charging for it.<br>
All I ask is that you sign up to my mailing list.<br>
If you want, you could unsubscribe immediately.<br>
But please don't do that.<br>
It'll keep you up to date with what I'm doing.<br>
I post stuff to it very infrequently.<br>
I mean, I think I last posted early in 2020.<br>
But I plan to change that soon.<br>
I'll post something any day now.<br>
Honest!</p>
</div>
<div class="row">
<div class="col-8 mx-auto">
<iframe src="https://davecross.substack.com/embed"
width="480" height="320"
style="border:1px solid #EEE; background:white; position: relative;"
frameborder="0" scrolling="no"></iframe>
<p>The book is <a href="/dmp/">available here</a>.</p>
</div>
</div>
</main><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>