Jack Roth/Inv/MetLife/US is in training and out of the office.

2005-02-15 Thread Jack Roth
I will be out of the office starting 02/14/2005 and will not return until 02/21/2005. For Mainframe call Don Sperling or Danny Null. For Distributed, call Don Sperling or Prabu Doraisingam The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. A

perl, c# and errors

2005-02-15 Thread Dan Jablonsky
Hi all, I am running a perl script from within a c# application. I use a System.Diagnostics.Process object that takes care of that. My question is: if I need to trap a perl error (supposedly using a Win32Exception object) is there a special way to raise that error in the perl script? And if so, how

Re: perlctrl and cygwin - using cygwin development tools with pdk

2005-02-15 Thread Edward Peschko
On Tue, Feb 15, 2005 at 11:34:23AM -0800, Jan Dubois wrote: > On Tue, 15 Feb 2005, Edward Peschko wrote: > > On Tue, Feb 15, 2005 at 02:31:04AM -0500, Chris Wagner wrote: > > > At 07:49 PM 2/14/05 -0800, Edward Peschko wrote: > > > > However, when I try this, I get: No perl found at > > > > C:\perl

RE: Variable in a repeating pattern?

2005-02-15 Thread Joe Discenza
Title: Variable in a repeating pattern? Ben Conrad wrote, on Tue 2/15/2005 15:00:: This works and gives me the first 3 chars of my string:: ($hoststr) = $hostname =~ /(^\D{3})/;:: Is it possible to do this so I can make the length of the repeating pattern: a variable?  It's not working fo

Variable in a repeating pattern?

2005-02-15 Thread Ben Conrad
Hi, This works and gives me the first 3 chars of my string: ($hoststr) = $hostname =~ /(^\D{3})/; Is it possible to do this so I can make the length of the repeating pattern a variable? It's not working for me. $length = 4; ($hoststr) = $hostname =~ /(^\D{\$length})/; Thanks, Ben _

RE: perlctrl and cygwin - using cygwin development tools with pdk

2005-02-15 Thread Jan Dubois
On Tue, 15 Feb 2005, Edward Peschko wrote: > On Tue, Feb 15, 2005 at 02:31:04AM -0500, Chris Wagner wrote: > > At 07:49 PM 2/14/05 -0800, Edward Peschko wrote: > > > However, when I try this, I get: No perl found at > > > C:\perl\bin\perl.exe > > > > > > even though there *is* a perl found at C:\pe

Re: perlctrl and cygwin - using cygwin development tools with pdk

2005-02-15 Thread Edward Peschko
On Tue, Feb 15, 2005 at 02:31:04AM -0500, Chris Wagner wrote: > At 07:49 PM 2/14/05 -0800, Edward Peschko wrote: > >However, when I try this, I get: > > No perl found at C:\perl\bin\perl.exe > > > >even though there *is* a perl found at C:\perl\bin\perl.exe > > /cygdrive/c/perl/bin/perl.exe >

RE: perlctrl and cygwin - using cygwin development tools with pdk

2005-02-15 Thread Arms, Mike
wagnerc AT plebeian DOT com wrote: > Edward Peschko (esp5 AT pge DOT com) wrote: > >However, when I try this, I get: > > No perl found at C:\perl\bin\perl.exe > > > >even though there *is* a perl found at C:\perl\bin\perl.exe > > /cygdrive/c/perl/bin/perl.exe > > Cygwin retains Unix's distast

RE: redirect (ASP) problem with win2003 and build 811 & AdminMisc

2005-02-15 Thread Steven Manross
There are a few bugs posted in BugZilla re this problem with 5.8 and earlier versions of 5.6 (concerning Redirect and the dreaded 'ASP 0240' problem). None of these bugs are "verified" for perl 5.8. My suggestion to you is to stay on build 638, and not go any higher or lower. P.S. This is duplic