The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Syntax::Kamelon::Syntaxes - List of available syntaxes

LIST

This is a list of all included syntax definition files in this release $kam_version of Syntax::Kamelon. Please note that the names may contain spaces.

    __EOF

    for (sort keys %sections) { my $sct = $_; print "=item $sct\n\n"; print " --NAME--"; for (9 .. $tab) { print " " } print "--VERSION--\n"; my $synt_hash = $sections{$sct}; for (sort keys %$synt_hash) { my $nme = $_; my $out = " $nme"; for (length($out) .. $tab) { $out = $out . " "; } $out = $out . $synt_hash->{$nme}; print "$out\n"; } print "\n"; }

    print <<__EOF;

AUTHOR AND COPYRIGHT

This document is written and maintained by:

Hans Jeuken < hanje at cpan dot org >

Copyright (c) 2017 -2023 by Hans Jeuken, all rights reserved.

Published under the same license as Perl.

SEE ALSO

Syntax::Kamelon, Syntax::Kamelon::Builder, Syntax::Kamelon::Debugger, Syntax::Kamelon::Diagnostics, Syntax::Kamelon::XMLData, Syntax::Kamelon::Format::Base, Syntax::Kamelon::Format::ANSI, Syntax::Kamelon::Format:HTML4