On Thu, Aug 23, 2001 at 03:22:54PM +0200, Edwin Günthner wrote:

> maybe someone can tell me where I can find
> some SIMPLY examples/tutorials of how to use the B package - 

Hardly for beginners, but you probably want to take a look at B::Utils.
As far as tutorials are concerned, I think you might be out of luck.

> for example it would be really nice to see code that 
> reads a perl script and then walks over the corresponding AST
> and prints out all the nodes of the AST.

I'd suggest looking at something like B::Deparse or B::Concise.

You might be better off simply parsing with Perl.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to