in reply to goto with some arguments

not exactly sure how, as I've not played with overloading yet... but overload goto to just send you to the sub you want with those arguments? (if you're deadset on goto, otherwise, just use a sub call to pass arguments.)

feanor_269

Replies are listed 'Best First'.
Re: Re: goto with some arguments
by rir (Vicar) on Mar 17, 2003 at 18:27 UTC
    Last I knew goto is one of the unoverrideable builtins. That is at 5.6.1.
      There are unoverridable builtins? Learn something new every day. ++

      feanor_269