in reply to
Interpolate Perl variables in POD
No, you cannot. POD code is skipped over by the
perl
compiler, and the Pod::* modules typically don't run the code at all.
Comment on
Re: Interpolate Perl variables in POD
In Section
Seekers of Perl Wisdom