Doc::Perlish::Data::Chill - Convert Perl data structures to Perldoc


Doc-Perlish documentation  | view source Contained in the Doc-Perlish distribution.

Index


NAME

Top

Doc::Perlish::Data::Chill - Convert Perl data structures to Perldoc

SYNOPSIS

Top

 use Doc::Perlish::Data::Chill;

 my $chiller = Doc::Perlish::Data::Chill->new();

 $chiller->receiver(Doc::Perlish->new());
 $chiller->source($object);

 # note: send_one() will just send_all()
 $chiller->send_all();

DESCRIPTION

Top


Doc-Perlish documentation  | view source Contained in the Doc-Perlish distribution.