Man Page: tm::materialized::ctm
Operating Environment: debian
Section: 3pm
TM::Materialized::CTM(3pm) User Contributed Perl Documentation TM::Materialized::CTM(3pm)NAMETM::Materialized::CTM - Topic Maps, Parsing of CTM instances.SYNOPSISuse TM::Materialized::CTM; my $tm = new TM::Materialized::CTM (inline => '....CTM code here...'); $tm->sync_in; # ... # or my $tm = new TM::Materialized::CTM (file => 'test.ctm'); # ... $tm->sync;DESCRIPTIONThis package provides parsing functionality for CTM instances. CTM is a textual shorthand notation for Topic Map authoring. See TM::Serializable::CTM for details. NOTE: This is EXPERIMENTAL.INTERFACEConstructor The constructor expects a hash as described in TM::Materialized::Stream.SEE ALSOTM, TM::Materialized::Stream, TM::Serializable::CTMAUTHOR INFORMATIONCopyright 200[8], Robert Barta <drrho@cpan.org>, All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html perl v5.10.1 2008-07-01 TM::Materialized::CTM(3pm)
| Related Man Pages |
|---|
| tm::coverage(3pm) - debian |
| tm::materialized::jtm(3pm) - debian |
| tm::serializable::astma(3pm) - debian |
| tm::serializable::jtm(3pm) - debian |
| tm::synchronizable::mapsphere(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |