Data::Session::Base - A persistent session manager
Contents
Copyright
Australian copyright (c) 2010, Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Artistic License, a copy of which is available at:
http://www.opensource.org/licenses/index.html
perl v5.36.0 2023-02-14 Data::Session::Base(3pm)
Description
Provide a set of methods for all derived classes, including log().
Method: Log($S)
Print the string to STDERR.
If $s is empty, use '' (the empty string), to avoid a warning message.
Lastly, the string is output preceded by a '#', so it does not interfere with test output. That is,
log($s) emulates diag $s.
Method: New()
This class is never used on its own.
Name
Data::Session::Base - A persistent session manager
Support
Log a bug on RT: <https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.
Synopsis
See Data::Session for details.
