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
Comment on
Re: goto with some arguments
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
un
overrideable builtins. That is at 5.6.1.
[reply]
[d/l]
Re: Re: Re: goto with some arguments
by
feanor_269
(Beadle)
on Mar 17, 2003 at 18:30 UTC
There are unoverridable builtins? Learn something new every day. ++
feanor_269
[reply]
In Section
Seekers of Perl Wisdom