nop has asked for the wisdom of the Perl Monks concerning the following question:
From this sentence, it sounds like POD should put things that look like functions and variables in fixed font automatically. I'm not getting this behavior. Here's a chunk of my POD :In particular, you can leave things like this verbatim in your text: Perl FILEHANDLE $variable function() manpage(3r)
My issue is that $IVDC isn't put into fixed font.=item blah blah The program C<< getdata.pl >> pulls data from the database on blah blah blah. The program creates a data structure $IDVC and stores it in C<< dsave-IDVC.txt >> using L<Storable|"PORTABILITY">.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: variables in POD
by Dominus (Parson) on Dec 28, 2000 at 23:18 UTC | |
|
Re: variables in POD
by ichimunki (Priest) on Dec 28, 2000 at 22:03 UTC |