String::Flogger man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

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

NAME
       String::Flogger - string munging for loggers

VERSION
       version 1.101241

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
   flag
       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) 2011 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.1			  2011-01-13		    String::Flogger(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net