Hi All.
Just wondering if there is a way to disable or remove the very top bar of a window that has the "X" for closing option, along with the dash to shrink the window down to the toolbar, and the double-windows to resize it to the original size. Or, is there a way to disable these...
Hi All.
We have some Visual Basic subroutines that access a DB2 database (read/write) and a sequential text file(write). I'm creating some new applications in Perl, and they need use functions exactly like the ones we already have in VB. Is it possible for me to call VB functions from a Perl...
Hi.
We are looking for a good Perl debugger, and our tech services guru has checked out a couple of them. He has indicated that the debuggers he's looked at (this includes Active Perl, Komodo) do not work if the Perl script is activated from a webpage. The script must be activated from an...
I'm having problem with the regex in the following bit of code:
#capitalize the first character of the first name
$varFirstName = ("First_Name" . $nameSub);
$in{$varFirstName} =~ s/\b(\w)/\U$1/g;
It is giving me this error:
[Fri Jun 15 07:04:08 2001] C:\prod\nameUpdate.pl: Use of...
Hi All.
I'm trying to create what I thought would be a simple search pattern using a Javascript regular expression. However, it just won't work, even though similar expressions I've coded in Perl work just fine.
Here is my code:
<INPUT TYPE="button" NAME="Continue2"...
Hi.
I hope this is an easy question. I've been trying to find the log file where my Perl errors (STDERR) are going. It is not being obvious. I can redirect them to my own specific error log files, but I need to know where they were going originally, before I redirected them. Is there a .dll...
Hi.
Sometimes the Perl programs in my system just 'stick' (aka stop processing) at inconsistent places in the code. By stop processing, I mean they get to a line of code and go no further...no error messages, no nothing...just the poor browser spinning into eternity until it times out. These...
Hi.
I have a problem with a subroutine I wrote. It opens and HTML page, reads it into an array, and then writes the HTML page to SYSOUT (the users PC screen). It also inserts variables and stuff that the Javascript in the system needs, but that isn't where the problem is. Anyway, it works...
Hi All.
This might be a silly question, but is there the equivalent of a 'goto' statement in Javascript? Most languages have one, but all the documentation I've gone through, and searches I've done, have turned up nothing of the sort for Javascript.
Thanks!
Kathy :)
My 'die' commands have never worked...if a file access really doesn't work, I just get a blank page and then have to go back and put a bunch of: print "you are here1"; type of displays in my code to see where I got to.
Here is an example one that doesn't work. (This is for DB2)...
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.