Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CFtaxtron
  • Content: Threads
  • Order by date
  1. CFtaxtron

    CGI Timeout

    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...
  2. CFtaxtron

    How to add two hex numbers?

    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...
  3. CFtaxtron

    Help parsing html file

    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) {...
  4. CFtaxtron

    Multiple DSN query

    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

Part and Inventory Search

Back
Top