Next: Using Templates   Previous: start_page=filename   Contents: Contents

Option Files

It is recommended to write an option file for each of your PerlPoint presentations or documents. Just write down all options you need in a file, line by line:


 # Option file for my cool presentation:

 --title "How to make Slides"
 --target_dir ./pp-slides
 --style big_blue
 --style_dir /home/PerlPoint/pp2html_styles

Then you can call pp2html with @options.cfg


  pp2html @options.cfg how-to-make-slides.pp

For more information about option files please refer to the Getopt::ArgvFile manpage:


 perldoc Getopt::ArgvFile
Next: Using Templates   Previous: start_page=filename   Contents: Contents