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
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
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
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
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
_
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
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
>
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
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