Regular Expressions
Real World Example (1)
- Doing a performance improvement project.
- Information available includes:
- Output from prof (standard unix profilier tool).
- List of candidate methods for performance gain.
- Write a perl program that will automatically find any instances
of the candidate methods in the profiler output, and produces a report
containing them.
Back to Syllabus
Previous: Join
Next: Real World Example (2)