Not bringin new information into play, but just stressing what the others said: YOU ARE DOING IT WRONG!
The way you use SQL is extremely unsafe, and if you don't change that, you will hear ...
Current Tcl::pTk and Tkx maintainer here. As I previously wrote: if the program in question is indeed an existing Perl/Tk program, then I ag...
Current Tk::IDElayout and Tcl::pTk maintainer here. If one can get their program working with Tcl::pTk, I would probably prefer that approach over using Tk::IDElayout (which is somewhat neglected)....
now I receive an error message when sales are attempting to be added to the database. The Error message occurs at the "execute" command.
what error exactly? what do the server logs or ...
For once the questionable anonymonk is actually right: the problems do not start immediately, but over time you can accumulate multiple different frameworks into the larger application. Un...
That is the easy part that our questioner already mentioned: fork or do $script; or unless (fork) { do $script; exit; }
Performance gains here will depend on how well the s...