At 08:47 PM 7/4/2001, Daniel Dwyer wrote:
>#!/usr/bin/perl -w
>  use strict;
>  while (<>) {
>  if ( /book/i or /bk/i) {
>  print;
>  }
>}#missing this one


Ok I get it so for every bracket I have to have an ending bracket.
Very good thanks.
By the way is everyone getting two for one emails or just me?



Thanks,
RL

Reply via email to