GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Data::Remember::Util(3) User Contributed Perl Documentation Data::Remember::Util(3)

Data::Remember::Util - common helper utilities

version 0.140490

  use Data::Remember::Util qw( process_que init_brain );

  my $clean_que = process_que($handy_que);
  my $brain = init_brain($name, @args);

These are some common helper utilities used by Data::Remember::Class and some of the brain implementations. Unless you are building a custom brain, you probably don't need these.

  my $clean_que = process_que($handy_que);

The format defined in "QUE" in Data::Remember::Class is very flexible. That section describes how all the flexible que formats are mapped into a canonical form. This is utility subroutine that does that clean-up process.

This is performed automatically on behalf of each brain by Data::Remember::Class, so you do not normally need this if you are just implementing the usual brain functions. However, if you have custom methods that require additional features, you may want this helper.

  my $brain = init_brain($module, @args);

This is a helper that checks the arguments given, loads the brain class for the given module name, constructs a brain, and returns it.

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

This software is copyright (c) 2014 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2014-02-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.