[OLE] Controlling AutoCAD = 2010 fails with Win32::OLE. Error 0x8001010a.

2011-03-03 Thread Manuel Reimer
Hello, we use Perl and the Win32::OLE module to do some automatic drawing modifications with AutoCAD. Several scripts have been created and they work well with AutoCAD up to 2009. Starting with AutoCAD 2010 it unfortunately gets nearly impossible to get a stable communication between Perl

RE: regex like option *values*

2011-03-03 Thread Brian Raven
-Original Message- From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl- win32-users-boun...@listserv.activestate.com] On Behalf Of p sena Sent: 02 March 2011 17:16 To: perl-win32-users@listserv.ActiveState.com Subject: regex like option *values* Hi, I want to use

RE: regex like option *values*

2011-03-03 Thread p sena
__DATA__ abc0[1-9].ctr.[pad,spd].set.in abc[01-22].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[70,001].set.in --- It should work for lists of ranges, and ranges of strings as well

RE: regex like option *values*

2011-03-03 Thread Brian Raven
-Original Message- From: p sena [mailto:senapati2...@yahoo.com] Sent: 03 March 2011 15:40 To: perl-win32-users@listserv.ActiveState.com; Brian Raven Subject: RE: regex like option *values* __DATA__ abc0[1-9].ctr.[pad,spd].set.in abc[01-22].ctr.[pad,spd].set.in

trying to create first simple perl 'filter' program on windows

2011-03-03 Thread Greg Aiken
im wanting to write a simple perl 'filter' program in windows. I basically took the base code found here. http://www.techrepublic.com/blog/programming-and-development/simple-filters- in-perl-ruby-and-bourne-shell/3481 the sample here is simple, convert upper case single byte ascii chars

Re: trying to create first simple perl 'filter' program on windows

2011-03-03 Thread Glenn Linderman
On 3/3/2011 4:07 PM, Greg Aiken wrote: im wanting to write a simple perl 'filter' program in windows. I basically took the base code found here... http://www.techrepublic.com/blog/programming-and-development/simple-filters-in-perl-ruby-and-bourne-shell/3481 the sample here is simple, convert