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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ 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
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
+
- [pattern_test.pl](Chapter%208/pattern_test.pl) is the program we use to test regular expressions
11
13
12
14
* Chapter 10, More Control Structures
13
15
- [/Chapter%2010/lnr_example.pl] is a demonstration of last, next, and redo ("lnr")
0 commit comments