-
-
06 Mar 2015 03:48:13 UTC
- Distribution: String-Indent
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (9025 / 2 / 10)
- Kwalitee
Bus factor: 1- 95.56% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (12.99KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
String::Indent - String indenting routines
VERSION
This document describes version 0.03 of String::Indent (from Perl distribution String-Indent), released on 2015-03-06.
FUNCTIONS
indent($indent, $str, \%opts) => STR
Indent every line in $str with $indent. Example:
indent(' ', "one\ntwo\nthree") # " one\n two\n three"
%opts is optional. Known options:
indent_blank_lines => bool (default: 1)
If set to false, does not indent blank lines (i.e., lines containing only zero or more whitespaces).
first_line_indent => str
If set, then the first line will be set to this instead of the normal indent.
subsequent_lines_indent => str
If set, then all lines but the first line will be set to this instead of the normal indent.
SEE ALSO
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/String-Indent.
SOURCE
Source repository is at https://github.com/perlancar/perl-String-Indent.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=String-Indent
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install String::Indent, copy and paste the appropriate command in to your terminal.
cpanm String::Indent
perl -MCPAN -e shell install String::Indent
For more information on module installation, please visit the detailed CPAN module installation guide.