Search results for "module:Contextual::Return"
Contextual::Return - Create context-sensitive return values
Usually, when you need to create a subroutine that returns different values in different contexts (list, scalar, or void), you write something like: sub get_server_status { my ($server_ID) = @_; # Acquire server data somehow... my %server_data = _asc...
DCONWAY/Contextual-Return-0.004014 - Apr 14, 2017
Contextual::Return::Wrapper - Common functionality using wantarray
The functions shown in the "SYNOPSIS" can be generally referred to as list mutators. When the return list is evaluated in a scalar context, as shown in the *formalize()* example above, the result is not what's usually expected. Contextual::Return::Wr...
TQISJIM/Contextual-Return-Wrapper-0.01 - Aug 13, 2013
Contextual::Return::Failure - Utility module for Contextual::Return
DCONWAY/Contextual-Return-0.004014
-
Apr 14, 2017
Log::Contextual - Simple logging interface with a contextual log
Major benefits: * Efficient The default logging functions take blocks, so if a log level is disabled, the block will not run: # the following won't run if debug is off log_debug { "the new count in the database is " . $rs->count }; Similarly, the "D"...
HAARG/Log-Contextual-0.009001 - May 29, 2024
Contextual::Call - call sub with caller's context
"ccall" function can invoke a function undef specified context (default is caller's context) and reproduce return value of that invocation. This function is useful when you will override a method which returns different values between scalar and list...
HIO/Contextual-Call-0.01 - Mar 24, 2007
Contextual::Diag::Value - wrapping scalar value for diagnostics
KFLY/Contextual-Diag-0.04
-
May 13, 2021
Log::Contextual::TeeLogger - Output to more than one logger
This module is a simple logger made mostly for demonstration and initial experimentation with Log::Contextual. We recommend you use a real logger instead. For something more serious but not overly complicated, take a look at Log::Dispatchouli....
HAARG/Log-Contextual-0.009001 - May 29, 2024
Log::Contextual::WarnLogger - logger for libraries using Log::Contextual
This module is a simple logger made for libraries using Log::Contextual. We recommend the use of this logger as your default logger as it is simple and useful for most users, yet users can use "set_logger" in Log::Contextual to override your choice o...
HAARG/Log-Contextual-0.009001 - May 29, 2024
Log::Contextual::SimpleLogger - Super simple logger made for playing with Log::Contextual
This module is a simple logger made mostly for demonstration and initial experimentation with Log::Contextual. We recommend you use a real logger instead. For something more serious but not overly complicated, take a look at Log::Dispatchouli....
HAARG/Log-Contextual-0.009001 - May 29, 2024
Log::Contextual::Role::Router - Abstract interface between loggers and logging code blocks
Log::Contextual has three parts Export manager and logging method generator These tasks are handled by the "Log::Contextual" package. Logger selection and invocation The logging functions generated and exported by Log::Contextual call a method on an ...
HAARG/Log-Contextual-0.009001 - May 29, 2024