in reply to Re: How about class Foo {...} definition for Perl?
in thread How about class Foo {...} definition for Perl?
I suse Filter::Simple, and this is not very stable, since is very easy to break the syntax, specialy the place holders that Text::Balanced uses, that accept any char from 0 to 255, what will mess with the code if you have to much place holders, since you start to get #, @ , $ , @ , % in the code.
I have fixed the problem using my own place holder over the previous place holder, but this is a hard work.
Other fixes were made, because Text::Balanced also mess with q|qq|qr|qw|qx|tr|y|s|m! Well, I'm trying to make the best work here and test it a lot!
Graciliano M. P.
"Creativity is the expression of the liberty".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How about class Foo {...} definition for Perl?
by hardburn (Abbot) on Jan 18, 2004 at 14:14 UTC |