Way to approach outlook problem

2002-05-23 Thread Norris, Joseph
Here is the situation. I have a system that allows users to maintain name, phone, email information. I have set this up so that it writes to a csv file that is set up like a Outlook import file to contacts. Question: Is there a way to invoke the import process via perl? I have had limited

Re: perl to set Windows XP background image

2002-05-23 Thread Brian Gibson
That works great, thanks. [EMAIL PROTECTED] wrote: Try this (requires Win32::API): use Win32::API; sub SPI_SETDESKWALLPAPER() {20} sub SPIF_UPDATEINIFILE() {0x0001} my $SystemParametersInfo = new Win32::API(user32, SystemParametersInfo, ['I', 'I', 'P', 'I'], 'I') or die Failed to create API

Re: interpolation question

2002-05-23 Thread Simon Oliver
John Deighan wrote: In the code below, you can probably see what I'm trying to do - execute an object method within a HERE document. 1. You can't call methods within HERE docuemnts, but you can use variables. 2. fetchrow_array is a statement handle method, not a database handle method - I

Re: When open doesn't

2002-05-23 Thread notthatbbennett
Johan Lindstrom [EMAIL PROTECTED] wrote: When open doesn't, print the error message. Actually, I did. Its just that the system its failing on doesn't have a good internet connection, and when I was describing the problem, I was typing in stuff from memory and I forgot to enter the code

SOAP POP3

2002-05-23 Thread Nigel
Can anyone point me in the direction of some SOAP::Transport::POP3::Server help I am trying to run a small local POP3 server on Windows to act as a filter for spam - So user has a localhost pop3 address, which itself sucks email from the user's remote POP3 server, but filtering it on the

Re: Regex matching pairs?

2002-05-23 Thread csaba . raduly
Run this: perldoc -q balanced -- Csaba Ráduly, Software Engineer Sophos Anti-Virus email: [EMAIL PROTECTED]http://www.sophos.com US Support: +1 888 SOPHOS 9 UK Support: +44 1235 559933

Conversion of VB to perl

2002-05-23 Thread Norris, Joseph
Group, Is there a site that relates how to look at VB and interpret this to perl? Thanks. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: When open doesn't

2002-05-23 Thread Dirk Bremer \(NISC\)
Change your argument to: E:/BU_0/C/Prefs The backslash is escaping the characters it preceeds. Alternative: E:\\BU_0\\C\\Prefs Dirk Bremer - Systems Programmer II - ESS/AMS - NISC St. Peters 636-922-9158 ext. 8652 fax 636-447-4471 [EMAIL PROTECTED] www.nisc.cc - Original Message -

Tk HList delete entry problem

2002-05-23 Thread John Pataki
I can't seem to handle deleting an item from my HList very well. When I make a call to HList-delete('entrypath'), the row does get deleted. However, HList still thinks that the entrypath ID is still valid because when I try to add an item that would end up being in the same place in the list, I

Premature end of script headers

2002-05-23 Thread Joe Gillespie
I'm trying to get Soupermail working on WINNT 4, SP6, Apache 2.0.35 (WIn32), with PERL 5.6.1, 631. The configuration file says everything is OK, but I'm getting 500 errors: Premature end of script headers. I have installed the necessary libnet, and SMTP and MIME-Lite are in the cgi-bin where

RE: Opening MS-SQL DB with Perl

2002-05-23 Thread Muñoz O, Normann (Valparaíso)
Title: RE: Opening MS-SQL DB with Perl -Mensaje original- De: Dovalle Yankelovich [SMTP:[EMAIL PROTECTED]] Enviado el: Martes, 21 de Mayo de 2002 11:04 a.m. Para: Perl32 (E-mail) Asunto: Opening MS-SQL DB with Perl Hi, I need some help... I'm looking for perl script (example) which

RE: interpolation question

2002-05-23 Thread Paul G. Weiss
I see now that although my answer was right, it missed the point of the question. You cannot include a method call in an interpolated string, just variable references. The trick is to enclose the expression inside an array reference, as follows THIS select

Re: PPM path problem. it works right after fresh install then dies.

2002-05-23 Thread Jan Dubois
On Tue, 21 May 2002 12:57:34 -0400 (EDT), Keith Beckwith [EMAIL PROTECTED] wrote: Windows DOES however recognize the .pl file extension as something that it should be able to do something with though and goes in search of something to 'open this file with and make it do something'. It's at this

Re: When open doesn't

2002-05-23 Thread notthatbbennett
[EMAIL PROTECTED] wrote: Change your argument to: E:/BU_0/C/Prefs The backslash is escaping the characters it preceeds. Alternative: E:\\BU_0\\C\\Prefs Nope. Already done both of those (and a lot of other permutations). I may be a UNIX guy, but I've been in double-backslash hell enough to

Re: When open doesn't

2002-05-23 Thread Dirk Bremer \(NISC\)
Are you trying to open a file or a directory? If a directory, you will need a trailing slash. If a file, you will almost certainly need to specify a file extension. What is your E drive, attached or networked? If networked, have you tried the UNC name? Dirk Bremer - Systems Programmer II -

Re: Regex matching pairs?

2002-05-23 Thread Ron Grabowski
--- use strict; use Text::Balanced qw(extract_bracketed); my $text = '{\f2\fs20 Da biste }{\cs6\f1\cf6\lang \{#}RES_ID{\cs6\f1\cf6\lang #\}} odaberite'; my($extracted, $remainder) = extract_bracketed($text,'{}'); print $extracted\n$remainder\n; print(($extracted =~ /^{.*?\s(.*)\s}$/)); ---

RE: Doubt in DB_File module

2002-05-23 Thread Paul Marquess
From: Carl Jolley [mailto:[EMAIL PROTECTED]] On Mon, 13 May 2002 [EMAIL PROTECTED] wrote: Dear friends, When i am trying to process the flat database using the DB_File , it is giving the error like this , Cannot open C:\CC-LIC-USAGE\teams.txt: File exists

Re: [PMX:#] RE: Perl scripts are crashing my MS-DOS window

2002-05-23 Thread Carl Jolley
On Tue, 21 May 2002, Amir Karger wrote: On Tue, May 21, 2002 at 10:21:35PM -0400, Carl Jolley wrote: On Tue, 21 May 2002, Abner, Daniel wrote: Incidentally, 2 redirects don't really seem to work. When I try them, I tend to get stdout going to the redirect file, and stderr still going

symbol Perl_Gthr_key_ptr: referenced symbol not found

2002-05-23 Thread Javier Yuste Heredero
Hello. I have already compiled and installed perl 5.6.1 with multi-thread options. When I try to execute a script, tha uses the dynamic library infovista.so, I have this error: $ ./conecta.pl ld.so.1: /usr/bin/perl: fatal: relocation error: file

Pattern search program

2002-05-23 Thread Heiko Nieke
Hi, as I am relatively new to Perl it would be great if anybody of you could help me to solve the following problem: Description of the problem: - I would like to read a sequence in Fasta Format (stored as text file on a local hard disk) e.g Test1

Pattern search program

2002-05-23 Thread brianr
Heiko Nieke writes: Hi, as I am relatively new to Perl it would be great if anybody of you could help me to solve the following problem: Description of the problem: - I would like to read a sequence in Fasta Format (stored as text file on a local hard disk) e.g

Re: Pattern search program

2002-05-23 Thread Jonathan Epstein
In particular, BioPerl: www.bioperl.org - Jonathan At 04:21 PM 5/14/2002 +0100, [EMAIL PROTECTED] wrote: Heiko Nieke writes: Hi, as I am relatively new to Perl it would be great if anybody of you could help me to solve the following problem: Description of the problem:

Re: When open doesn't

2002-05-23 Thread notthatbbennett
[EMAIL PROTECTED] wrote: Are you trying to open a file or a directory? If a directory, you will need a trailing slash. If a file, you will almost certainly need to specify a file extension. What is your E drive, attached or networked? If networked, have you tried the UNC name? Its a file, on

Re: When open doesn't

2002-05-23 Thread notthatbbennett
[EMAIL PROTECTED] wrote: This doesn't line up the output as it should but are the results what you expect? fairly lengthy program deleted Thanks, I'll give it try next time I'm near the system in question. It might turn up a clue or two. BB ___

RE: Task Scheduler

2002-05-23 Thread Stanley . G . Martin
I'm having a problem on SOME but NOT ALL of my Win2k boxes with the Enum() method. It's very consistent on these particular servers in that it is successful on the SetTargetComputer method, but the array is empty after execution of the Enum method. Any thoughts on that? Stanley G. Martin