open (FILE," $htmlfile") || die "Cannot open HTML file for parsing!: $!\n"; while() { $content="$content$_\n"; } close(FILE);