Check dates on those files. cstart and start has same, while wstart has its own. I suppose those dates are mod dates, so if thats the case you can see that its uploaded correctly :)
Anyway, works fine now! And, apparently one should translate:
File/Glob did not return true value at C:\test\modules/redo.pm line 82
+, <DATA> line 1.
BEGIN failed--compilation aborted at C:\test\test1.pl line 55, <DATA>
+line 1.
as
Missing Module! But, I though glob was some buildin function...ohwell...
Also, hell yea. Put this on CPAN! Can one have too many? :) Well, since this has another approach (all in mem) you should put it there! Love the idea about packing up as needed aswell. And all in memory is really nice. I would have done this myself if I had the time.
I've also tested that running another script from within a script seems to be working fine. Which is nice and wanted by me :).
Password protect zip is nice, but when do you supply that pass? What if needed modules are in the zip. Then you can't exactly show the nice Tk dialogbox asking for a pass.. (unless you put all Tk outside the .zip and use lib ".")...
Two other things that is nice with the other packages are:
1. Scramble up the script running... Using stuff like Bleach (PAR::Filter::Bleach) and PAR::Filter::Bytecode
2. Have it all in one file. Althouth this is quite nice as it is. But embedd it all is an interesting project even for me. Would be nice to hack such a thing :)
/ Ace