I have an interactive Perl application that's intended to run from IE.
What is the simplest/shortest way to turn what I now have into a GUI application?
If anyone has any suggestions on where to find examples to do this I'd greatly appreciate it!
-D.
When I try to install Tk on Windows XP using PPM I get the following error: "Error installing package 'Tk;': Could not locate a PPD file for package Tk;
Does anyone know how to get around this?
-Doron
I have an interactive Perl application that's intended to run from IE.
What is the simplest/shortest way to turn what I now have into a GUI application?
If anyone has any suggestions on where to find examples to do this I'd greatly appreciate it!
-D.
Does anyone know what would cause the following warning and how to get rid of it?
"Use of uninitialized value in concatenation (.) or string"
I am using Strict in my module.
It happens during the following code:
open (INPUT, "expenses") || die "Error opening...
I was hopeful for a second... I took a closer look at my query but it seems that I'm not using quotes where the default value would go.
--------------------------------------------
# SET DEFAULT VALUES, IF NECESSARY
if ($form_wait_time eq "") {
$form_wait_time = "DEFAULT"...
For MS SQL Server 7: Using Enterprise Manager, I entered a default value for a table field, but I can't seem to get the default value to show up after doing an insert.
I saw somewhere that in order for the default to work, you have to give it a value of NULL or DEFAULT in an insert, but all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.