|
From: Chris W. <la...@us...> - 2001-10-12 20:51:35
|
Update of /cvsroot/openinteract/SPOPS/doc/Manual In directory usw-pr-cvs1:/tmp/cvs-serv14362 Modified Files: Object.pod Log Message: be sure all the INCLUDE examples are filtered through the linenum dealie Index: Object.pod =================================================================== RCS file: /cvsroot/openinteract/SPOPS/doc/Manual/Object.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Object.pod 2001/10/12 19:39:07 1.6 --- Object.pod 2001/10/12 20:51:32 1.7 *************** *** 222,231 **** should be multivalued: ! [% INCLUDE examples/object_multivalue_config %] Thereafter you can access them as below (more examples in L<SPOPS::Tie|SPOPS::Tie>): ! [% INCLUDE examples/object_multivalue_usage %] Note that the value returned from a field access to a multivalue field --- 222,231 ---- should be multivalued: ! [% INCLUDE examples/object_multivalue_config | linenum %] Thereafter you can access them as below (more examples in L<SPOPS::Tie|SPOPS::Tie>): ! [% INCLUDE examples/object_multivalue_usage | linenum %] Note that the value returned from a field access to a multivalue field *************** *** 250,258 **** =head2 More Examples ! [% INCLUDE examples/object_example_allthemes %] ! [% INCLUDE examples/object_example_users %] ! [% INCLUDE examples/object_example_misc %] =head1 COPYRIGHT --- 250,258 ---- =head2 More Examples ! [% INCLUDE examples/object_example_allthemes | linenum %] ! [% INCLUDE examples/object_example_users | linenum %] ! [% INCLUDE examples/object_example_misc | linenum %] =head1 COPYRIGHT |