Jon Lang huh'd: > Huh. Would you be able to do something like: > > =begin pod > Welcome to $?FILE. > > ...and have it interpolate the file's name? Or would you need some > special markup for this, such as: > > =begin pod > Welcome to A<$?FILE>.
The latter. Variables are just too common in documentation to have (some of) them interpolate automagically. > Or would you have to alias the variable and then refer to it? No. I envisage that A<> would recognize an alias starting with a sigil, and "auto-alias" it for you. Damian