Help for this page

Select Code to Download


  1. or download this
    <meta http-equiv="Keywords" content="Sun, Sun Bank, Bank, banking>
    
  2. or download this
    #if the meta is only on one line
            if (/\<meta(.*)\>/i) {
             # grab the meta tag lines
             print OUTFILE $_ . "\n";
            }
    
  3. 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";
            }