in reply to $0 in perl pod, not expanding to script name
Pod is a markup language, not a programming language. While markup languages can sometimes have things like macros and variables in them, pod doesn't. It's super simple. So, long story short, pod doesn't have what you want.
However, you could use a templating module to output your pod from a template, and use that to do variable substitution.
|
|---|