Help, I have setup a basic fork and everythig runs fine until the end when I get the error message.
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
Here's the code that I'm using.
#! d:\perl\bin\perl.exe
print...
I need to add two hex numbers together and having a problem I can't figure it out
$digest = md5_hex("qawsedr");
$digest1=$digest+33C93DC8827080D429A127089CEC3745;
$digest2 = md5_hex($digest1);
I get the error message
Bareword found where operator expected at...
Someone help me and tell me why this sucker isn't displaying the title of the returned page.
use LWP::Simple;
$url = 'http://www.embanet.com/indexflash.htm';
# this will get the HTML text
$content = get($url);
# parse the Title tag from the HTML
while ($content =~ /<title.*?\/title>/gis) {...
Is it possible to do a cfquery with multiple DSN's? Basically I want to do a left join on two tables on different servers and then insert the results into a new table. Anyway to do this?
Thanks in advance.
Tim
develop@embanet.com
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.