Re: pid->memory usage - Any takers

2003-08-12 Thread zentara
On Fri, 8 Aug 2003 09:06:25 -0400, [EMAIL PROTECTED] (Stephen Gilbert) wrote: >> -Original Message- >> From: Biju Ramachandran [mailto:[EMAIL PROTECTED] >> Subject: Re: pid->memory usage - Any takers >> Please, anybody... >> >I just want to know is there any way to find out the PID >> a

How to replace a long string in a text file?

2003-08-12 Thread perlwannabe
Now that I have, with all of you helping, dealt with the unlink problem. I am now faced with a new problem. I have a file, myfile.txt, that consists of various text items that are repetitive. I am trying to replace many of the repetitive items with a place holder. Here is an example of myfile.tx

regex question

2003-08-12 Thread Trevor Morrison
Hi, When I run my program with "use warnings". I get the following error: Use of uninitialized value in concatenation (.) or string at miva_order_check.pl line 52, line 40067. Here is the is offending line of code: my $sth =$dbh->prepare("UPDATE miva_orders SET shiptype='$shipping_method',co

Re: setting the screen resolution

2003-08-12 Thread Pinku Bhatnagar
Hi Sachin, I think you cannot set the screen resolution thru perl/tk. Pinku Sachin Hegde wrote: Hi All, This is actually a Tk querry.Can we Set the screen resolution through Perl/Tk ? sincerely, Sachin _ Attention NRIs! Send mone

Simple question

2003-08-12 Thread Trevor Morrison
Hi, I am trying to compare two arrays to find common numbers in both. For the numbers that are not common to both, I want to write them to a file for my review. I have included the code below, but it is not working as intended. I know that this is a real basic question, but I have been staring

RE: Mime::Parser Question

2003-08-12 Thread wiggins
On Thu, 7 Aug 2003 18:58:16 +0200, "awarsd" <[EMAIL PROTECTED]> wrote: > Hi, > > I don't understand what the explanation says about Header? what is basically > a header > This is why it is so important to use a module for parsing mail :-). Esse

Re: Help

2003-08-12 Thread Rob Dixon
"William Black" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello All, > > I have an array with the following lines, that always follow this format. I > need a regular expression that will just pull the data at the end of the > sentence. For example, only AZID, IA, KSOK, MO, NV

RE: ERRNO ... What am I missing

2003-08-12 Thread Allison, Jason (JALLISON)
Here is my code snippet that is driving me crazy: #!/usr/local/bin/perl printf "Hello World\n"; printf "ERRNO: %d\n", $!; # use lib "$ENV{RTM_HOME}/rtm/src/vtm"; # printf "ERRNO: %d\n", $!; $ t Hello World ERRNO: 0 #!/usr/local/bin/perl printf "Hello World\n"; printf "

MailSender LineEnc or SendEnc

2003-08-12 Thread Pablo Fischer
Hi! Im sending mails now :-), but Im a little confused, in some mails I need to send an attachment and in others no, the same its the the ctype of the messages (some employees doesnt like html messages and others yes). However I have my message loaded in a scalar variable, the point is.. When

Re: Can run through perl, but not alone?

2003-08-12 Thread John W. Krahn
Kevin Zembower wrote: > > I feel so stupid, but I and a co-worker have been staring at this > for two hours, with no progress. I see that you got your problem fixed but just some comments on your code. :-) > I'm trying to run some perl scripts which came with the system Cacti. > One is webhits