Skip to content

Latest commit

 

History

History

3.7-awk-and-perl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Chapter 3: Design and Implementation

Section 3.7 Awk and Perl

Summary: Let's rewrite these stuff in Awk and Perl!

Exercise 3-7

Modify the Awk and Perl versions to handle prefixes of any length. Experiment to determine what effect this changes has on performances.

Answer: I am going to defer this exercise, until I get myself more familiar with Awk and Perl.