reflection in perl

2004-10-07 Thread Michael Seele
hi, i'm new to perl and i want to know if perl has reflection like java? how can i acces reflection and how powerfull is the reflection in perl? thx mseele -- G & H Softwareentwicklung GmbH Tel.: +49(0)7451/53706-20 Robert-Bosch-Str. 23 Fax: +49(0)7451/53706-90 D-72160 Horb a.N.

Compile perl code/files via STDIN

2005-02-01 Thread Michael Seele
hi, i want to open a perl process and enter the code/files to compile via STDIN. i know it is possible. but how? does somebody know a tutorial or something like this which explains how i can compile perl code via STDIN? thx mseele -- G & H Softwareentwicklung GmbH Tel.: +49(0)7451/53706-20 R

Re: Compile perl code/files via STDIN

2005-02-02 Thread Michael Seele
yes that is exactly what i mean. i want to do somthing like this: $ perl - c print "Test\n"; and now i want to get the infos of the compilation (sytax ok or errors...). after that i want to put the next perl code into the process, i don't want to close the process and reopen a new. i

use the internal perl lexer

2005-08-04 Thread Michael Seele
hi, i must write a application which create a DOM(document object model) for perl files/code and whant to use the internal perl lexer for the lexing. is it possible to use the internal perl lexer for lexing perl files/code into tokens? thx mseele -- G & H Softwareentwicklung GmbH Tel.: +

Re: use the internal perl lexer

2005-08-04 Thread Michael Seele
yes, but if have two problems with it: 1) it is too slow for me (yes it is! ;-) 2) i must compile some modules against the used perl and this doesn't work for my usage Xavier Noria wrote: On Aug 4, 2005, at 14:22, Michael Seele wrote: i must write a application which create a DOM(doc