NAME

WWW::ContentRetrieval::CRL - Content Retrieval Language

SYNOPSIS

use WWW::ContentRetrieval::CRL;
$desc = parse($text);

DESCRIPTION

This module exports parse to process content retrieval language which is designed for users to write down site's description.

parse

$desc = parse($text);
$desc = parse($filename);

A parser for retrieval language. It parses text in place or from a file.

SEE ALSO

WWW::ContentRetrieval

COPYRIGHT

xern <xern@cpan.org>

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.