I am looking for some help help getting a stack trace in program that is executing. In our new logging routines we want to include that stacktrace so we are able to tell what program that called the one of library functions is having the the problem. We are running on a system using AIX 5.1...
I have a table that has two different ID's that link to another table. I want to be able in a single query pull back all the information I need. My we host is running a fair old version of MySQL so I can't do sub quieries. Here is what I came up with and everytime it runs it throws away one...
I am having trouble using the third argument in the get method(where in bytes). Every time I use it never downloads the rest of the file. Is this not supported by every ftp server? I am trying to avoid having to send a larger file over and over. I on;y want the new part of the file.
Randy
I am trying to insert data into a table from another table. The problem comes in with the unix timestamp column. It always converts the the date to 0000-00-00 but if you run the select query by itself it works just fine(Gives the correct date). Could someone see what I am doing wrong. Here...
Hi, I am new to the stored proceedures and what I would like to do is send a data set to a stored proceedure. I don't know if this is possible. I though maybe you could do this if the stored proceedures had arrays. But I have looked in the books and found nothing on arrays. Below is an...
I recieve this error every time I run this piece of code. "Can't use string ("0") as a HASH ref while "strict refs" in use at ./CMTS_Collector.pl line 427." I am new to anonymous hashes so any help you can give would be appricated.
foreach $oid (keys %oids)...
Does anyone know if there is a module written to sync a log file using ftp every night. When the log roles it usually changes on pert of the a number
Example:
sample.log
changes to:
sammple.001
or is the best to write my own? Thanks.
Randy
I am trying to refresh the main frame of a page with three frames every 60 seconds. This is what my index.html looks like.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>TWC VOD Monitoring...
I was wondering is there a way that I can get the perl source from a web server without the web server running it and giving me only the HTML. I have tried to use the LWP::UserAgent module and this doesn't work. Anyone have any ideas? Thanks in advance.
Randy
You can Email me at...
I have created 5 child process that I need to get the data they create back to the parent process. I am using socketpairs and they don't appear to be communicating. below is my program:
#!/usr/local/bin/perl
use IO::Handle;
use Socket;
my $i = 0; my $j = 0; my $pid;
my $DeadKid = 0...
I need help Im trying to implement the huffman algorithm.
And i am running into a problem that I need to insert a tree into the heap and i think becuse i told it only a node it cuts off my branches.
this is what im doing...
struct TreeNode
{
int Weight;
char Letter;
TreeNode *RightChild...
I need help Im trying to implement the huffman algorithm.
And i am running into a problem that I need to insert a tree into the heap and i think becuse i told it only a node it cuts off my branches.
this is what im doing...
struct TreeNode
{
int Weight;
char Letter;
TreeNode *RightChild...
I have written a program in vb 6.0 and compilied it and created a package using the package and deployment wizard.
Everything here seems to go ok and everything goes smooth on install on another computer but when i go to run the installed program it gives me a run time error '424' object...
Does anyone know how i can add paging support trough arch over the internet instead of using the modem to dial upp one of thier acces numbers. Iam not sure if this is possible or but i think you should be able to because of their web paging interfaces but i dont want to have to manually enter...
My code:
MailPrepare "To",Email,Subject,MailBodyFile
MailAttach MailAttachFile
MailSend
if NM_ResultCode > 0 Then
print NM_ResultText
Else
Print "Mail Send Was OK."
End If
But it doesn't work it gives me a load dll error.
any help...
When i go to email a messege with vba I get an error DLL load error i think im missing a dll file any ideals to what it might be?
sample of my code:
MailPrepare "To",Email,Subject,MailBodyFile
MailAttach MailAttachFile
MailSend
if NM_ResultCode > 0 Then...
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.