in reply to Re: Parsing HTML filesin thread Parsing HTML files
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) [download]