Help for this page

Select Code to Download


  1. or download this
    if( ( ${"MetaTag_$j"} !~ /description=/gi)  &&
        ( ${"MetaTag_$j"} =~ /posted=/gi ))
    { ... }
    
  2. or download this
    my @MetaTags = (.....);
    foreach my $tag (@MetaTags)
    ...
            print qq{<font size=-1 color="#000000" face=arial,sans-serif>$
    +Summary<br></font>};
        }
    }