RE: Search a free Perl debugger

2003-02-05 Thread Krishna, Hari
Now when I use PPM, it gives Error installing package 'Devel::ptkdb': Could not locate a PPD file for package Devel::ptkdb So..You guys suggest to install the latest PERL fom Active Perl site?? I have this question, will there be any versioning issues if I installed latest perl? Will my old perl

RE: Search a free Perl debugger

2003-02-05 Thread Tillman, James
Depending your Perl version and whether PPM isn't lobotomized on your machine (it is on mine since I installed the latest Perl), you may have to use "PPM" instead of "PPM3". PPM3 is a recent development. Other than that, it's probably a pathing issue. You might try changing directory to your per

RE: Search a free Perl debugger

2003-02-05 Thread Tillman, James
The Perl Journal had a nice article on ptkdb back when they were doing print pubs. It gave a few tips, like debugging CGIs (even remotely if you have XWindows on your client) and using startup files. Here's a link to the web version of the article: http://www.samag.com/documents/s=1276/sam040300

Copy files from hard drive to Outlook Public Folders

2003-02-05 Thread Zhenja .
Hi I need a little beat of assistance. I have troubles with copying files from hard drive to Public Folders in Outlook. I copy files from hard drive to Inbox folder using the following script : use strict; use Win32::OLE qw(in with); use Win32::OLE::Const 'Microsoft Outlook'; $|++; $Win32::OLE: