On Tue, Feb 06, 2001 at 05:21:03PM -0200, Branden wrote:
> Where can I find how Perl5's stack works (specially about parameter passing
> and returning from subs)?

4 steps:

1) Read the things I just mentioned.
2) Compile Perl with -DDEBUGGING, and run a very simple program with perl -Dts
3) Exchange the program with a slightly more complex one.
4) goto 2;

-- 
Doubt is a pain too lonely to know that faith is his twin brother.
- Kahlil Gibran

Reply via email to