I am aware of par. Its a tool that many people have had successes and difficulties when using it. There is an article somewhere on here about developing with it. On the other hand I have had terrible luck with it on os X. Any modules that have xs seem to fall apart on me.
You seem to be a bit confrontational about what I know.... Let me assure you that on these files there is nothing that I haven't considered. Being users cant access them period being they are extracted from a MPQ archieve and if they do any line ending but x86 crlf causes them to become unreadable. The files themselves are table dumps. And many contain close relationships with one another. Now ideally using a real database would solve my problems and the tools would be there. But I would have to add an addition 10mg to the distribution. Which is something I dont want to do.
As far a cpan modules go you can google a million installation problems. Which is what I meant about code problems. And as far as macs go installing on 10.2 and 10.3 the fixes are different especially if the module involves the curses libs. Perl itself on 10.2 and below uses a older perl with can cause problems in the arena of distributions. The DBI module itself doesn't install correctly. Which makes any modules that use it fail. Believe me if I in all certainty knew that I could use the modules right off cpan. I am lazy enough not to roll my own, I follow the perl mantras when I can, but this is not the case.
As any C programmer from ages past knows to keep your own "libraries" of code that they constantly use. If something doesn't quite fit the bill modify it and call it good. Which in this case is where I am at. Nothing quite fits the bill and after looking I could add 12 modules to get done what I want or write 600 lines that does exactly what I need nothing more nothing less. I just thought it would be a good idea to model the interface like other databasing modules.
As far as bugs go that is part of programming. We all do our best.. to write it once and forget it. But in my 20 years of programming, not myself I nor anyone I have meet has been able to pull it off. So business as usual receive a bug report fix it. And honestly I believe I will have more problems with the glue code and my objetive-c than with the perl stuff.
|