debian man page for string::flogger

Query: string::flogger

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

String::Flogger(3pm)					User Contributed Perl Documentation				      String::Flogger(3pm)

NAME
String::Flogger - string munging for loggers
VERSION
version 1.101242
SYNOPSIS
use String::Flogger qw(flog); my @inputs = ( 'simple!', [ 'slightly %s complex', 'more' ], [ 'and inline some data: %s', { look => 'data!' } ], [ 'and we can defer evaluation of %s if we want', sub { 'stuff' } ], sub { 'while avoiding sprintfiness, if needed' }, ); say flog($_) for @inputs; The above will output: simple! slightly more complex and inline some data: {{{ "look": "data!" }}} and we can defer evaluation of stuff if we want while avoiding sprintfiness, if needed
METHODS
flog This method is described in the synopsis. format_string $flogger->format_string($fmt, @input); This method is used to take the formatted arguments for a format string (when "flog" is passed an arrayref) and turn it into a string. By default, it just uses ""sprintf" in perlfunc".
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo SIGNES <rjbs@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. perl v5.14.2 2012-03-26 String::Flogger(3pm)
Related Man Pages
throwable(3pm) - debian
mixin::linewise::readers(3) - centos
pod::elemental::paragraph(3pm) - debian
pod::elemental::perlmunger(3pm) - debian
role::hasmessage::errf(3pm) - debian
Similar Topics in the Unix Linux Community
String Comparison
String editing using sed? awk?
String searching and output to a file in a formatted text
cat arguments to a function
[Python]StringVar() Class String processing