Perl Basics   «Prev  Next»

Regular Expression Exercise

List HTML tags

Using the techniques described in this lesson, write a Perl script that will find and list all the HTML tags in a file.
Paste your code in the area below and click the Submit button when completed.