You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-8
Original file line number
Diff line number
Diff line change
@@ -7,30 +7,28 @@ These are the sample files for *Learning Perl, 7th Edition*.
7
7
so you can see your tacs program in action.
8
8
9
9
* Chapter 8, Matching with Regular Expressions
10
-
- [pattern_test.pl](https://github.com/briandfoy/Learning-Perl-Sample-Files/blob/master/Chapter%208/pattern_test.pl) is the program we use to test regular expressions
11
-
- [pattern_test.pl](/Chapter%208/pattern_test.pl) is the program we use to test regular expressions
12
10
- [pattern_test.pl](Chapter%208/pattern_test.pl) is the program we use to test regular expressions
13
11
14
12
* Chapter 10, More Control Structures
15
-
- [/Chapter%2010/lnr_example.pl] is a demonstration of last, next, and redo ("lnr")
13
+
- [lnr_example.pl](Chapter%2010/lnr_example.pl) is a demonstration of last, next, and redo ("lnr")
16
14
17
15
* Chapter 14, String and Sorting
18
-
- [/Chapter%2014/numbers.txt] is a list of numbers you can sort in the exercises. Use
16
+
- [numbers.txt](Chapter%2014/numbers.txt) is a list of numbers you can sort in the exercises. Use
19
17
this with Exercise 14.1.
20
-
- [/Chapter%2014/sortable_hash.pl] is a snippet of the Perl program so you
18
+
- [sortable_hash.pl](Chapter%2014/sortable_hash.pl) is a snippet of the Perl program so you
21
19
don’t have to type the first name/last name hash yourself. Use this
22
20
with Exercise 14.2.
23
21
24
22
* Chapter 16, Process Management
25
-
- We provide a [/Chapter%2016/fake_date.pl] command that you can use in place
23
+
- We provide a [fake_date.pl](Chapter%2016/fake_date.pl) command that you can use in place
26
24
of the Unix date command. Our version is Pure Perl.
27
25
28
26
* Chapter 17
29
-
- [/Chapter%2017/sample_text.txt] is a short Flintstones story that you can use
27
+
- [sample_text.txt](Chapter%2017/sample_text.txt) is a short Flintstones story that you can use
30
28
to search for character names. Use this with Exercise 17.1.
31
29
32
30
* For old editions
33
-
- The [/For%20older%20editions/which_dbm.pl] program helps you figure out which implementation
31
+
- The [which_dbm.pl](For%20older%20editions/which_dbm.pl) program helps you figure out which implementation
34
32
you are using. This chapter is no longer in the book.
0 commit comments