running a program in the background

2002-02-09 Thread keshav rao
Hi, Can we run a program ex( updating Virus definitions) in the background without any window. What exactly happens when you run virus tupdate file. 1) It pops up a window for confirmation. User presses ok. 2) Updates virus definition files. 3) Message window saying the virus definition

[PMX:XXXXX] Win32::ActAcc : How to print event details into Text file

2002-02-09 Thread Abhra Debroy
Hi All In the below script we can print event details into console window by debug_spin(1). Now how can I print those event details in a text file ? __ use strict; use Win32::OLE; use Win32::ActAcc; sub main { print

Win32::ActAcc : More Information Needed

2002-02-09 Thread Abhra Debroy
Hello Can you please.. 1. suggest me where I can get more details information regarding this module ? 2. give me name of some good site of Code for that module Thanking You In advance . Abhra ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To

Re: Numeranomalies

2002-02-09 Thread John Draper
I don't know if it helps to resolve anything, but writing the literal constant: 167772160 in the form: 16777216.0E1; i.e., in scientific notation, and thus forcing it into floating point mode, yields the correct results: # my $base = 167772160; # no

Win32::ODBC on Win2k

2002-02-09 Thread garry.fotheringham
I have a Perl script that uses Win32::ODBC to access a database through the Microsoft Text driver. This was developed on an NT4 platform and has worked OK for over a year. I now have a new Win2k machine and find that the script can no longer access the database I get the error message:

Re: Numeranomalies

2002-02-09 Thread Sisyphus
- Original Message - From: John Draper [EMAIL PROTECTED] I don't know if it helps to resolve anything, but writing the literal constant: 167772160 in the form: 16777216.0E1; i.e., in scientific notation, and thus forcing it into floating point mode, yields the correct

Re: The SMTP server was not found, error from mail::sender

2002-02-09 Thread Edward G. Orton
- Original Message - From: Forrest Payne [EMAIL PROTECTED] To: Perl PDK (E-mail) [EMAIL PROTECTED]; Perl User (E-mail) [EMAIL PROTECTED]; Perl Win32 Admin (E-mail) [EMAIL PROTECTED] Sent: Saturday, February 09, 2002 10:56 AM Subject: The SMTP server was not found, error from mail::sender

perl -x option

2002-02-09 Thread Glenn Linderman
I have, for some years, used the -x option to bypass cruft at the beginning of perl scripts. The long involved reason for this has no place in this discussion, but it involves the need on certain Unix systems I used, to invoke perl via a shell preamble. So I have, at the beginning of most of my

RE: Numeranomalies

2002-02-09 Thread Carl Jolley
On Fri, 8 Feb 2002, Joe Schell wrote: -Original Message- From: Carl Jolley [mailto:[EMAIL PROTECTED]] Your (1) above is more complex. The error occurs in the following range 2^31-1 to 2^32-1 Where 2^32 works correctly. Could I

RE: Numeranomalies

2002-02-09 Thread Carl Jolley
On Fri, 8 Feb 2002, Joe Schell wrote: -Original Message- From: Carl Jolley [mailto:[EMAIL PROTECTED]] Your (1) above is more complex. The error occurs in the following range 2^31-1 to 2^32-1 Where 2^32 works correctly. Could I

Re: Determine what a subroutine wants to return

2002-02-09 Thread Carl Jolley
On Fri, 8 Feb 2002, $Bill Luebkert wrote: Carl Jolley wrote: I you want a subroutine to return a reference then the only way for that to happen is that the subroutine has to return the reference. There is no way that I know of, external to a subroutine, to get reference to the

Sybase SQL Anywhere version 5.5.04 question

2002-02-09 Thread steve silvers
Does anyone know where or if I can get a driver to access the Sybase SQL Anywhere database? Basically here is what I need to do. I want to use MS SQL Server DTS wizard to grab the data from the Sybase database and put it into Oracle. The Sybase SQL Anywhere server resides on its own server as

Re: Determine what a subroutine wants to return

2002-02-09 Thread $Bill Luebkert
Carl Jolley wrote: On Fri, 8 Feb 2002, $Bill Luebkert wrote: Carl Jolley wrote: I you want a subroutine to return a reference then the only way for that to happen is that the subroutine has to return the reference. There is no way that I know of, external to a subroutine, to get reference

Need help to get text from javascript?

2002-02-09 Thread LSereb
Hi, Is anybody know some module that behave like JVM in IE, and how to use it. I need to read information from page, URL to which is posable to get only from source, and link is invoking java applet. When I tried to copy shortcut from link I got javascript:void(0);. This is URL I got from