in reply to Re^2: Referencing the locals
in thread Referencing the locals

My bad. It's just that I saw the term local variables associated to lexical variables, and ended up focusing on that. I'm sorry.

return on_success() or die;

Replies are listed 'Best First'.
Re^4: Referencing the locals
by haukex (Archbishop) on Apr 28, 2021 at 19:39 UTC

    No worries, and thanks for editing your node! In the context of the question, the difference between lexical and package variables is relevant, which those tutorials do cover.