perl-Sub-Uplevel/README.md

5 lines
175 B
Markdown
Raw Permalink Normal View History

2024-01-06 09:38:51 +01:00
# perl-Sub-Uplevel
Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided.