I made an HTML form, that when sent, will send al the info to a email address. the form works flawlessly, but I am having a problem trying to get the results from a checkbox, of whether they want more ...
I've used Perl/Tk in the past and while it works, the look and feel is really that of a late 90s app. There isn't much customization you can do (in terms of skinning the default Tk widgets), so ...
There are numerous ways to redirect standard error in a Perl script. You can redirect the output from one particular command, you can combine standard error with ...