--- trunk/lib/WebPAC/Store.pm 2006/09/26 14:03:12 715 +++ trunk/lib/WebPAC/Store.pm 2006/09/26 14:07:20 716 @@ -215,9 +215,7 @@ ds => $ds, ); -B - -Depends on filename generated by C. +C and C are optional. =cut @@ -260,12 +258,16 @@ =head2 load_lookup +Loads lookup hash from file + $data = $db->load_lookup( database => $database, input => $input, key => $key, ); +C is optional. + =cut sub load_lookup { @@ -298,6 +300,8 @@ =head2 save_lookup +Save lookup data to file. + $db->save_lookup( database => $database, input => $input, @@ -305,6 +309,8 @@ data => $lookup, ); +C is optional. + =cut sub save_lookup { @@ -341,7 +347,7 @@ =head1 COPYRIGHT & LICENSE -Copyright 2005 Dobrica Pavlinusic, All Rights Reserved. +Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.