Re: Can map share...sometimes?

2003-08-05 Thread Carl Campbell
Well, what is the exact error message that you're getting? (hint: perl -w) - Original Message - From: "Burns, Tom (Consultant)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 6:22 AM Subject: RE: Can map share...sometimes? > ug.I created a typo in the cod

RE: Excel to html format

2002-11-25 Thread Carl Campbell
IIRC, MS Excel 97 cannot create or save files in HTML format. This was a feature that Microsoft introduced, in Office 2K. Then again, I could be wrong...check your version of Excel and see if it can create HTML files. Also, It is a good programming practice to make use of the global mnemonic, in

RE: Mail Question.

2002-11-05 Thread Carl Campbell
Title: Message If you are trying this on the context of an (MS) Exchange server, then it simply won't work, as I believe that Exchange uses the current network login credentials, as a way to validate the request being made.  I think someone wrote a module for interacting with MS Exchange.  L

RE: MSAccess file format question...

2002-02-28 Thread Carl Campbell
On Thu, 28 Feb 2002, Morse, Richard E. wrote: > H... however, I don't need to just create a blank database -- the idea > is to be able to have a cgi extract data from an Oracle database and create > an Access database with the data in it, and then return that via HTTP > download... In order t

Re: MSAccess file format question...

2002-02-28 Thread Carl Campbell
On Thu, 28 Feb 2002, Morse, Richard E. wrote: > Hi! For a particular application (actually, a CGI) I am writing, I want to > be able to create a .mdb (access 2000 version) file. However, if possible, > I want to avoid actually opening access. Is there some reference that would > tell me what th

RE: create an NT user with Perl

2001-12-05 Thread Carl Campbell
use Win32::NetAdmin; use Win32::Lanman; use Win32::AdminMisc; > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Jorge Goncalvez > Sent: Tuesday, December 04, 2001 3:50 AM > To: [EMAIL PROTECTED] > Subject: RE:create an NT user with Perl > > > HI

RE: Perl from another machine

2001-11-22 Thread Carl Campbell
Yes, you can run Perl from a "network" installation. With older distributions, it was a matter of relocating the Perl runtime *.dll file, to the %your_perl_location%\bin. But recent distributions, keep all these files under the same directory and, one doesn't have to do fiddle with moving the fi

RE: SMTP

2001-11-15 Thread Carl Campbell
Before you issue the 'quit' method, you should instruct the server that you're not sending anymore data: $objMail->datasend($body); # Should it have a trailing "\n" ? $objMail->dataend(); # $objMail->quit;# -Original Message- From: [EMAIL PROTEC

RE: regular expression question

2001-05-31 Thread Carl Campbell
Not really a regex approach but here is my submittion: $OK = "c:\\temp\\test\\test1\\test2"; $your_answer = substr($OK, 0, rindex($OK, "\\")); # print $your_answer,"\n"; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31,

RE: Running Perl Script with NT's AT Command

2001-05-17 Thread Carl Campbell
If you've upgraded your web browser since IE4.x, your machine no longer runs the AT service; instead, it runs the "Task Scheduler", a slightly different beast of the same stable. The next link, contains useful information and a command-line tip on how to restore the old AT scheduler: http://ww

RE: Scheduled Tasks

2001-04-18 Thread Carl Campbell
I use it, all the time. It has to do with the permission scheme that the account has, when the script runs. If your scheduled job is supposed to handle anything involving a network resource, you need to ensure that the SCHEDULER service is using a domain account with adequate permissions to ac

RE: The Perl Journal - Dead for good?

2001-04-10 Thread Carl Campbell
Grabowski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 9:44 AM To: Carl Campbell; '[EMAIL PROTECTED]' Subject: Re: The Perl Journal - Dead for good? > Does anyone know if TPJ is officially "dead" ? When this discussion popped up on Slashdot I hurried up and o

The Perl Journal - Dead for good?

2001-04-10 Thread Carl Campbell
Does anyone know if TPJ is officially "dead" ? ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

[Perl-win32-users] ping

2001-03-12 Thread Carl Campbell
Can you pong? ___ Perl-win32-users mailing list [EMAIL PROTECTED] http://listserv.activestate.com/mailman/listinfo/perl-win32-users ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveStat

RE: SQL Question

2001-02-16 Thread Carl Campbell
You need to format your dates, in a way that SQL understands them. Try rearranging them like so: -MM-DD -Original Message- From: steve silvers [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 6:19 AM To: [EMAIL PROTECTED] Subject: SQL Question Im running MS SQL

RE: Printing Files via Microsoft Word

2001-02-06 Thread Carl Campbell
# # This script will scan for MS Word files, through a specified path, # and print them to the default printer. # # This code should be modified to keep the OLE server alive (as opposed # to killing it every time it is needed). Doing so will make this script # run much faster. # use

RE: Module for getting data from MS spreadsheet

2001-01-24 Thread Carl Campbell
Forgive me if I misunderstood your plea but, isn't Win32::OLE good enough? I use _all_the_time_, for tasks such as the one you describe. The company I work for, receives data in various spreadsheets (Lotus 123, MS Excel) and, various scripts using this module, extracts the data and posts them to

RE: SMTP server

2000-11-30 Thread Carl Campbell
Try: Mercury http://www.pmail.com/ InfraMail http://www.infradig.com/infradig/index.shtml -Original Message- From: Jon Nelson [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 2:08 PM To: ActiveState Subject: SMTP server Hi again, I've got a couple scripts I'm using to s

RE: (no subject)

2000-11-29 Thread Carl Campbell
Generalmente, uso el ingles pero, prefiero hablar en castellano. -Original Message- From: Perl Developer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 8:18 PM To: [EMAIL PROTECTED] Subject: (no subject) what language is better: VB or Perl? _