-
-
17 Apr 2021 05:15:27 UTC
- Distribution: Book-Bilingual
- Module version: v0.003
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers
- Kwalitee
Bus factor: 1- 90.95% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (19.85KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors- Hoe Kit CHEW <hoekit at gmail.com>
-
Hoe Kit CHEW
NAME
Book::Bilingual - A crappy model for bilingual books
SYNOPSIS
use Book::Bilingual::Reader; my $file = 't/ff01.mdown'; my $reader = Book::Bilingual::Reader->new($file); print $reader->html();
DESCRIPTION
Book::Bilingual is a model for bilingual books written in Markdown format. The Book::Bilingual::Reader module reads the file and generates HTML.
METHODS
chapter_dlineset_count($chapter_idx:>Int) :> Int
Returns the number of dlinesets in the given Chapter.
num_dline_in_dlineset($chapter_idx:Int, $dlineset_idx:Int) :> Int
Returns the number of dlines in the given Chapter and Dlineset.
AUTHOR
Hoe Kit CHEW <hoekit at gmail.com>
COPYRIGHT
Copyright (C) 2021 Hoe Kit CHEW
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Book::Bilingual, copy and paste the appropriate command in to your terminal.
cpanm Book::Bilingual
perl -MCPAN -e shell install Book::Bilingual
For more information on module installation, please visit the detailed CPAN module installation guide.