Plain Old Documentation (POD) WebGUI uses Perl's default documentation format called POD. POD stands for Plain Old Documentation. You can either mix POD with code, put the POD at the beginning of the file or put the POD at the end of the file. In WebGUI, we've standardized on putting the documentation inline with the code. That helps ensure that when the code is updated, the documentation is updated with it.