The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

cspage -- Generate ClearSilver HDF, Render CS Template

SYNOPSIS

cspage [options] [file.cs]

Options:
  -? -help                  Display this help and exits
  --define var=value        Define template variable
                            If you want to create nested variable, 
                            you should specify dot speparated var name.
  --output-hdf filename     Save as hdf file.
  --input-hdf filename      Load from hdf file.

See also:
  perldoc Data::ClearSilver::HDF

DESCRIPTION

Generate ClearSilver HDF format/file.

AUTHOR

Toru Yamaguchi <zigorou@cpan.org>

COPYRIGHT

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.