Contextual::Return::Failure - Utility module for Contextual::Return
DCONWAY/Contextual-Return-0.004014 - 14 Apr 2017 08:47:19 UTC
DCONWAY/Contextual-Return-0.004014 - 14 Apr 2017 08:47:19 UTC
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 - 14 Apr 2017 08:47:19 UTC
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"...
FREW/Log-Contextual-0.008001 - 19 Jan 2018 17:15:42 UTC
3
results (0.031 seconds)