RE: question

2003-03-03 Thread David Gerler
changed my method of handling the input. I went with the CGI Module. Thanks. David Gerler Gerler Enterprises PO Box 16357 Chesapeake VA 23328 http://www.GerlerEnterprises.com/ Full Featured Web Hosting from $5.95 /Mo. Full cgi-bin access, MySQL, and Unlimited email addresses. http

question

2003-03-03 Thread David Gerler
Hello all, I have a script that I have been working on with perl builder and win2000. I have it working correctly at this point on the win 2000 machine. Although, I am not finished, I wanted to do a test on the server at this point to make sure everything is working correctly... That is where m

Module to access MS Word files.

2003-02-23 Thread David Gerler
I have search cpan for modules to access MS Word files so that I can parse data from the files. I haven't had much luck in narrowing down the returned hits. Can anyone direct me to a module that I could use? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Titlecase

2003-01-12 Thread David Gerler
racter titlecase but can't seem to make it work the way I want it too. This is what I tried: $title =~ tr/A-Z/a-z/; $title =~ s/(\W)/\u$1/; As I said, this will make the whole statement lowercase but won't capitalize the first letter. Any help will be appreciated. David Gerler G

RE: scripts run by nobody

2002-10-15 Thread David Gerler
The following message was sent by Timothy Johnson <[EMAIL PROTECTED]> on Mon, 14 Oct 2002 22:34:45 -0700. > > What is the OS of the server you are uploading it to? > > -Original Message----- > From: David Gerler [mailto:[EMAIL PROTECTED]] > Sent: Monday, Octob

scripts run by nobody

2002-10-14 Thread David Gerler
ody, I mean that the file output from the pipe is owned by "nobody". Can anyone shed any light on this? How can I make the file run as my user? Alternately, how do I make it chown the file to me. This is on a virtual host server. David Gerler Gerler Enterprises PO Box 16357 Ches

RE: help with pipes

2002-10-13 Thread David Gerler
David Gerler <[EMAIL PROTECTED]> wrote: > I have successfully piped a print statement to gpg. My problem > is coming in when I try to get it back out via a pipe. Can anyone > tell me, is it possible to send data to a another program and the > output back with out writing it t

help with pipes

2002-10-13 Thread David Gerler
;Can't open it: $!"; while () { $temp .= $_; } close FILEOUT; $dbh=$db->prepare("update Members set tempnum = '$temp', ccexpire = '$exp' WHERE username='$username'"); $dbh->execute(); &cleanScratch; return 1; } I have seen something in &

Help with pipes

2002-10-13 Thread David Gerler
I have successfully pipe a print statement to gpg. My problem is coming in when I try to get it back out via a pipe. Can anyone tell me, is it possible to send data to a another program and the output back with out writing it to a file? This is my code to pipe it to gpg: sub scramble { my $numbe

Perl & PGP

2002-10-07 Thread David Gerler
Can anyone direct me to documentation about using PGP with perl. Somthing in addition to the perldocs. I need more about than that provides. If anyone has a script that illustrates how to call it to encrypt data before sending it with sendmail, it would be a great help. Dave -- To unsubscribe

RE: Problems with perl and cron jobs

2002-09-08 Thread David Gerler
> > > > Also, is $biddernum defined and does it contain a value? > > I would look really closely at this statement as I think this is probably > the problem (based on your error message and description). More > than likely > you are setting it with some user input field on the web page > (like a

RE: Problems with perl and cron jobs

2002-09-08 Thread David Gerler
> David Gerler wrote: > > Hi all, > > I have a script that runs an SQL query and sends an email > using sendmail. > > It works fine if called using a browser. The email is sent with > the correct > > content in the message. > > If I run it using

Problems with perl and cron jobs

2002-09-07 Thread David Gerler
s to why I get an error when cron executes the script, but when I do it in a browser it works fine. Any help is appreciated. David Gerler Gerler Enterprises PO BOX 16357 Chesapeake VA 23328 http://www.GerlerEnterprises.com/ Nationwide Dial-up from $12.45 http://www.EasySitesForLess.com/

RE: filehandles and while loops

2002-07-27 Thread David Gerler
I thought that was the applicable part. :-) Guess I needed more After the while loop, I would write the output to Count according to whether it was found or not. If it was found it should substitute the new cont for the old. If not found, it adds it to the end. After getting your email a

filehandles and while loops

2002-07-26 Thread David Gerler
UNT, "+>./count.dat") or die "cannot open countfile: $!"; flock(COUNT, 2); while (){ if (m/BC0012/i){ ($key, $count) = split('=',$_); $found = 1; $count++; } else { $found = 0; } } A

RE: Cut string between the words

2002-07-23 Thread David Gerler
Thanks to all that posted... very informative.. and helpful. David Gerler Gerler Enterprises PO BOX 16357 Chesapeake VA 23328 http://www.GerlerEnterprises.com/ Nationwide Dial-up from $12.45 http://www.EasySitesForLess.com/ -Original Message- From: Jeff 'japhy' Pinyan [mai

RE: Cut string between the words

2002-07-23 Thread David Gerler
Thanks Shawn, but I need to basically split the string into two strings between the words. I need to put the second half of the string into another string. That may help with some future scripts though. Thanks for pointing it out. David Gerler Gerler Enterprises PO BOX 16357

Cut string between the words

2002-07-23 Thread David Gerler
I figure that I can use substr() to cut up a string, but how do I make it between words? How do I measure a string to see if it is greater than 85 characters? Basically, if the string is more than 85 characters, how do I break it at the last full word? David Gerler Gerler Enterprises PO BOX

RE: perl graphics editing

2002-07-18 Thread David Gerler
Thanks to all that gave the info. Seems that ImageMagik is the winner hands down. :-) David Gerler Gerler Enterprises PO BOX 16357 Chesapeake VA 23328 http://www.GerlerEnterprises.com/ Nationwide Dial-up from $12.45 http://www.EasySitesForLess.com/ -Original Message- From: Matt

perl graphics editing

2002-07-18 Thread David Gerler
humbs. That'll take a long time unless I can automate it somehow. Size attributes are not an option, because of the software I am dealing with. Any helpful hints in the right direction will be helpful. David Gerler Gerler Enterprises PO BOX 16357 Chesapeake VA

Help installing Mail::Audit

2002-07-12 Thread David Gerler
help anyone can give is appreciated. David Gerler Gerler Enterprises PO BOX 16357 Chesapeake VA 23328 http://www.GerlerEnterprises.com/ Nationwide Dial-up from $12.45 http://www.EasySitesForLess.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: need terminology help

2002-02-25 Thread David Gerler
e again, I appreciate your help. Dave Gerler -Original Message- From: Peter Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 9:15 AM To: David Gerler; [EMAIL PROTECTED] Subject: Re: need terminology help At 11:18 PM 2/24/02 -0800, David Gerler wrote: >I can

need terminology help

2002-02-25 Thread David Gerler
id out of the url so I can use it in future communications. I have tried searching for "parse Url" and a manual search for terms that I think might apply. Any help or leads anyone can provide will be appreciated. David Gerler Gerler Enterprises PO Box 16357 Ches