in reply to Re^2: Parsing HTML files
in thread Parsing HTML files

We just did.

Oh! "to start the code" -- well, that's a different matter.

We generally recommend starting with a hashbang line and a pair of strictures:

#!/usr/bin/perl use strict; use warnings; (code goes here)