| Doc-Perlish documentation | view source | Contained in the Doc-Perlish distribution. |
Doc::Perlish::Data::Chill - Convert Perl data structures to Perldoc
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();
| Doc-Perlish documentation | view source | Contained in the Doc-Perlish distribution. |