- or download this
<meta http-equiv="Keywords" content="Sun, Sun Bank, Bank, banking>
- or download this
#if the meta is only on one line
if (/\<meta(.*)\>/i) {
# grab the meta tag lines
print OUTFILE $_ . "\n";
}
- or download this
#grabbing and printing everything between the meta tags if it
+is on multiple lines
...
# Write the meta to the output file
print OUTFILE $meta . "\n";
}