table of contents
Run::Parts::Common(3pm) | User Contributed Perl Documentation | Run::Parts::Common(3pm) |
NAME¶
Run::Parts::Common - Common helpers for Run::Parts and its backends
VERSION¶
version 0.09
SYNOPSIS¶
Exports helper functions used by Run::Parts as well as its backends.
EXPORTED FUNCTIONS¶
lines¶
Gets an array of strings as parameter.
In scalar context returns a string with all lines concatenated. In array context it passes through the array.
chomped_lines¶
Gets an array of strings as parameter and calls chomp() on it.
In scalar context returns a string with all lines concatenated. In array context it passes through the array.
SEE ALSO¶
Run::Parts
BUGS¶
Please report any bugs or feature requests to "bug-run-parts at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Run-Parts>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
AUTHOR¶
Axel Beckert <abe@deuxchevaux.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2021 by Axel Beckert.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2021-01-03 | perl v5.32.0 |