Calling subs

2001-08-17 Thread Adam Carson
ot;&resources}" (Did you mean $ or @ instead of &?) syntax error at mailer2.pl line 14, near "elsif" Execution of mailer2.pl aborted due to compilation errors. Thanks for any help. Adam Carson MIS Depart

Re: Round function

2001-08-09 Thread Adam Carson
How is it not correctly rounding? It seems that it would consistently work (positive numbers only, of course, and that fix was already discussed). Is there another instance where it would not work? Adam Carson MIS Department

Re: Perl Editors

2001-08-08 Thread Adam Carson
Try notepad and the perl interpreter. from the command line you can run scripts: c:\>perl myscript.pl You might also need the path to your perl bin, i.e: c:\>c:\perl\bin\perl myscript.pl HTH Adam Carson MIS Depa

RE: M$ Word to HTML

2001-08-07 Thread Adam Carson
Thanks. I'll try that. Adam Carson MIS Department Berkeley County, SC >>> "Bradley M. Handy" <[EMAIL PROTECTED]> 08/07/01 11:26AM >>> If you have Dreamwea

Re: M$ Word to HTML

2001-08-07 Thread Adam Carson
I have tried that, and Word generates HTML documents (XML actually) that have consistently had incorrect formatting. Adam Carson MIS Department Berkeley County, SC >>> "Brett W.

M$ Word to HTML

2001-08-07 Thread Adam Carson
Does anyone know of a perl module/program to convert M$ Word documents into HTML? I have looked at the perldocs, and searched CPAN, but haven't found one. Adam Carson MIS Department Berkeley C

flock()

2001-07-31 Thread Adam Carson
does anyone know what needs to be loaded to use flock()? I am on a win98 box with IndigoPerl. Adam Carson MIS Department Berkeley County, SC -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Sendmail

2001-07-31 Thread Adam Carson
Thanks Brett. I'll try that. Adam Carson MIS Department Berkeley County, SC >>> "Brett W. McCoy" <[EMAIL PROTECTED]> 07/30/01 05:19PM >>> On Mon, 30 Jul

Re: Sendmail

2001-07-30 Thread Adam Carson
I'll definitely switch. Adam Carson MIS Department Berkeley County, SC >>> "Brett W. McCoy" <[EMAIL PROTECTED]> 07/30/01 04:49PM >>> On Mon, 30 Jul 2001, Adam C

Sendmail

2001-07-30 Thread Adam Carson
ndSMTP(1, "DATA\n"); Any help would be appreciated. Thanks in advance, Adam Carson MIS Department Berkeley County, SC -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: breakable loop???

2001-07-12 Thread Adam Carson
hough. Adam Carson MIS Department Berkeley County, SC >>> Thomas Jakub <[EMAIL PROTECTED]> 07/12/01 02:20PM >>> so... is their a function that won't wait for me to hit enter, and can still get t

Re: breakable loop???

2001-07-12 Thread Adam Carson
thing. In fact, I suggested to Thomas that he check them regarding just that problem. That message also went to the list. Regards, Adam Carson MIS Department Berkeley County, SC

Re: breakable loop???

2001-07-11 Thread Adam Carson
Thomas, Try checking the perldocs about getc(). There is some info there that might be useful. It also mentions checking CPAN. Adam Carson MIS Department Berkeley County, SC >>> Tho

Re: breakable loop???

2001-07-11 Thread Adam Carson
ust a small bug. Adam Carson MIS Department Berkeley County, SC >>> Gary Stainburn <[EMAIL PROTECTED]> 07/11/01 12:16PM >>> Why don't you try the more perlish way of doing it while (1) { # in

Re: newbie question

2001-07-06 Thread Adam Carson
but I don't remember. Adam Carson MIS Department Berkeley County, SC >>> Mark Bergeron <[EMAIL PROTECTED]> 07/06/01 09:01AM >>> Is your directory set to scripts access?

Re: error

2001-07-05 Thread Adam Carson
access to the "least common denominator" of permissions, ie. if a user has full access to a folder with share permissions but only read access with NTFS, the user can only read what is in the folder. Adam Carson

Re: Uploading files in binary

2001-06-29 Thread Adam Carson
I'll try that. Thanks. Adam Carson MIS Department Berkeley County, SC >>> "Brett W. McCoy" <[EMAIL PROTECTED]> 06/29/01 03:49PM >>> On Fri, 29 Jun 2001, Ada

Uploading files in binary

2001-06-29 Thread Adam Carson
Does anyone have any advice for me? I am trying to load an MS Access Database onto a server on my local intranet, but it needs to be uploaded in binary instead of ASCII.This isn't exactly a Perl problem, but Perl might have a solution. Adam C

Re: use strict errors?

2001-06-28 Thread Adam Carson
That's good. I thought that's what the error was. The list must finally be teaching me something. >>> Curtis Poe <[EMAIL PROTECTED]> 06/28/01 03:07PM >>> --- "RDWest Sr." <[EMAIL PROTECTED]> wrote: > hi yall, > maybe i been up too long... i'm confused with this...script works >

RE: How to learn Perl??

2001-06-20 Thread Adam Carson
try it with 2 L's (Llama instead of lama >>> <[EMAIL PROTECTED]> 06/20/01 09:24AM >>> k, something wierd happened here ... anyways, the authors are: Randal L. Schwartz and Tom Christiansen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2

Re: Re: Running CGI's locally

2001-06-19 Thread Adam Carson
OK. I have Apache installled and running. I put my test page in the htdocs folder. I put the perl files in the cgi-bin. I made sure the HTML was pointing to the cgi-bin in the ACTION setting. I made sure Apache was set to run files in the cgi-bin. It still doesn't work. Do I need the she

RE: Running CGI's locally

2001-06-19 Thread Adam Carson
I am not running any web server program. I was trying to just run the scripts on the machine I was using. Should I have a web server program? >>> <[EMAIL PROTECTED]> 06/19/01 10:21AM >>> What web server program are you using? -Original Message- From: Ad

Running CGI's locally

2001-06-19 Thread Adam Carson
I am trying to create a simple form in HTML for tech support requests for the county I work for. I just started even looking at Perl a few days ago, so a lot of this is confusing. In HTML, I have problems sending forms because my office uses Groupwise, which is not receiving data from the mai