Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
for my $j(1,2){ if (($MetaTag_$j !=~ /description=/gi) && ($MetaTag_$j =~ /posted=/gi) +) { print <<END_OF_HTML; <font size=-1 color="#000000" face=arial,sans-serif>$Summary<br></font +> END_OF_HTML } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can I do this?
by jarich (Curate) on Jan 10, 2002 at 04:31 UTC | |
|
Re: Can I do this?
by particle (Vicar) on Jan 10, 2002 at 03:59 UTC | |
|
Re: Can I do this?
by Flame (Deacon) on Jan 10, 2002 at 03:30 UTC | |
by jonknee (Monk) on Jan 10, 2002 at 04:27 UTC |