Win32 unblessed reference error

2003-11-17 Thread Hsu, David
Title: Message Hi, I can't seem to figure out why it is giving me this error  Can't call method "Cells" on unblessed reference at c:\inetpub\wwwroot\trialmap\cgi-bin\hmtEvalUP.pl line 1334.   $Worksheet1->Cells is not causing any problems.  Any help would be appreciated. Thanks, David   my $

RE: Using SendMail on IIS Server

2003-11-17 Thread William Holmes
1. Install the IIS SMTP server. 2. Configure to allow relay from the local host only. 3. Use a simple perl program to drop a file into the pickup directory that contains a properly formatted mail messeage. Give it a .eml extension. IIS SMTP monitors the pickup directory and will send out the messa

Double Byte Characters.

2003-11-17 Thread Juan Carlos Cruz Dada
Greeting Perlers, I have a mixed problem with Perl and HTML. I'm developing a web form to send contact emails, that uses two byte characters (kanji, chinese characters, etc). If I use the perl script with input from the console, it send the email correctly, but when I use the script in the web env

Re: Fastest way to create an Access db...

2003-11-17 Thread Richard Morse
Thanks for the suggestion, but the application is extracting data from one database (in a completely different arrangement of tables) and creating a new database in any of several formats specified by the user, one of which is Access... Ricky On Saturday, November 15, 2003, at 12:14 PM, Trevor

RE: reboot a remote win32 machine

2003-11-17 Thread Messenger, Mark
Which module are you using to do this?   Here's an example with Win32API::Registry  ...   use Win32API::Registry 0.13 qw( :ALL );   $victim="REMOTECOMPUTERNAME"; $seconds=3; $force=0; $rebootaftershutdown=1;   InitiateSystemShutdown($victim,"This machine is going down!", $seconds, $force