German Language Support

Use the following hints to add German language support:

Footnotes

The following command will produce a single footnote. They are automatically numbered:

Euro Symbol

Include the Euro symbol in your document:

Duplicating StdOut

In case you would ever like to duplicate standard output to log the stream of data while processing it, tee is your friend:

Document Classes

Some comments about document classes

Detecting Pipes in Perl

This is something you won’t need each and every day of your life but I won’t have to rethink it once I need it ;-)

Context of a Perl Subroutine

It is often useful to produce different return values depending on the context in which the subrouting or method was called, i.e. the type of return value that the caller expects:

Bibliography

Create an bibliography.

Bash Script Debugging

This is very useful for debugging:

Adding Functions during Runtime

The following code chunk demonstrates how to add functions to the current namespace during runtime: