Help for this page

Select Code to Download


  1. or download this
    @goodrecs = grep /:target\@email\.address:/, @recs;
    # (note the delimiters are part of the match)
    
  2. or download this
    @goodrecs = grep { @f=split/:/; $f[4] eq $target } @recs;