in reply to Returning information from BEGIN
Anyway, AFAIK everything gets "exported" from a BEGIN block - except "my" variables, obviously. In that respect it is just like a normal block. It just runs earlier. "eval" is kind of the same, context remains, it just gets run later.
Could you explain a bit more what you're trying to do?
Dave
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Returning information from BEGIN
by leons (Pilgrim) on Feb 21, 2001 at 20:50 UTC | |
by tye (Sage) on Feb 22, 2001 at 00:21 UTC |