NAME
    IO::Adapter::PCRE - IO functions for a pcre file.

SYNOPSIS
        $map = 'pcre:/var/spool/ml/elena/sender_check';

    To read list

        use IO::Adapter;
        $obj = new IO::Adapter $map;
        $obj->open || croak("cannot open $map");
        $obj->find($address);

DESCRIPTION
    This module provides real IO functions for a file used in "IO::Adapter".
    The map is the fully path-ed file name or a file name with 'pcre:'
    prefix.

METHODS
  new()
    constructor.

SEE ALSO
    IO::Adapter

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2005,2006 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    IO::Adapter::PCRE first appeared in fml8 mailing list driver package.
    See "http://www.fml.org/" for more details.

