in reply to Re^2: I'm trying to consolidate my functions into subroutines
in thread I'm trying to consolidate my functions into subroutines

Good point. What would be a better term for top-level lexical variables?
  • Comment on Re^3: I'm trying to consolidate my functions into subroutines

Replies are listed 'Best First'.
Re^4: I'm trying to consolidate my functions into subroutines
by AnomalousMonk (Archbishop) on May 13, 2017 at 17:48 UTC

    File-scope lexicals.


    Give a man a fish:  <%-{-{-{-<

Re^4: I'm trying to consolidate my functions into subroutines
by LanX (Saint) on May 13, 2017 at 17:48 UTC
    File scoped (contrary to block scoped)