RevBank::Global - Constants and utility functions
use RevBank::Global;
This module unconditionally exports the following symbols into the calling namespace:
Return codes for plugins. See RevBank::Plugins.
Print with newline, in case your Perl version doesn't already have a say
.
See call_hooks
in RevBank::Plugins.
Returns the amount given if it is well formed, undef if it was not. Dies if the given amount exceeds certain boundaries.
Commas are changed to periods so 3,50
and 3.50
both result in 3.5
.
See parse_user
in RevBank::Users.
Returns the canonical username, or undef if the account does not exist.
Juerd Waalboer <#####@juerd.nl>
Pick your favourite OSI license.