| [reply] [d/l] |
Hi!
I took a look at the example you provided, this is exactly the same sort of thing I would like to achieve with our software. I fear this maybe slightly out of the knowledge pond for myself and my co-workers though to produce this in a reasonably short space of time.
I hope this is not against any community rules, but if there is anyone out there who has experience in doing something like the above and would like a bit of contracted work please contact me, I'm prepared to pay for some assistance achieving this. My email and MSN id is jbennett@hotmail.co.uk.
Many Thanks, any further suggestions would be appreciated.
| [reply] |
| [reply] [d/l] |
Hi,
I may be being completely stupid here, but what can be easier for your Windows users, than a hosted web application?
Wouldn't it just create more work for you installing and supporting lots of desktop apps, rather than just looking after one server?
Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!
| [reply] |
I'm not exactly sure what Perl-based Webapp would require a client-installed code (after all, it's a webapp, right?). If you really need clients to run an executable on their computers, you can always try and use perl2exe (
http://www.indigostar.com/perl2exe.htm). Essentially, it combines Perl interpreter, needed modules, and the script into one executable that can be ran on machines that do not have Perl installed.
--------------------------------
An idea is not responsible for the people who believe in it...
| [reply] |