View Single Post
Old 07-20-2005, 12:00   #2 (permalink)
mbstevens
Civilians

 
Default Re: searching nominated meta tags

mbstevens wrote:

> foreach my $line (@buffer_made_from_file_that_was_read_in){
> if (line =~ m/scrunt/ | line =~ m/...) {


Correction...

if ($line =! m/scrunt/ | $line =~ m/...) {...
  Reply With Quote
 
Page generated in 0.62668 seconds with 14 queries