1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/p5-Perl6-Form/pkg-descr
Cheng-Lung Sung ab956a5ad8 - This module implements the Perl 6 'form' built-in.
PR:		ports/73486
Submitted by:	Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
2005-01-25 06:45:43 +00:00

14 lines
515 B
Plaintext

Perl6::Form - Implements the Perl 6 'form' built-in
This module implements virtually all of the functionality of the
Perl 6 Form.pm module. The only differences are:
Option pairs must be passed in a hash reference;
Array data sources must be passed as array references;
Options specified on the use Perl6::Form line are not (yet)
lexically scoped;
User-defined line-breaking subroutines are passed their data
source as a reference to a scalar;
WWW: http://search.cpan.org/dist/Perl6-Form/