RE: regex like option *values*

2011-03-07 Thread Brian Raven
-Original Message- From: p sena [mailto:senapati2...@yahoo.com] Sent: 05 March 2011 05:34 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

RE: Help with Array of Arrays

2011-03-07 Thread Greg Aiken
if you are not in control of the base sql query, then disregard this comment... however if you are in control of the sql query that executes to oracle, you might want to see how oracles 'connect by' function might be able to help you handle the hierarchical nature of the relationship. perhaps a

RE: Help with Array of Arrays

2011-03-07 Thread Ken Cornetet
My advice would be to use objects. Each BOM can be an object, and each line item can be a different object. Keeping track of anonymous arrays and hashes can get complicated very fast. Objects are perfect for this sort of thing - don't be afraid of them. You would have one master array or hash

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

2011-03-07 Thread Jan Dubois
On Thu, 03 Mar 2011, Manuel Reimer wrote: Hi Manuel, [...] http://through-the-interface.typepad.com/through_the_interface/2010/02/handling-com-calls-rejected- by-autocad-from-an-external-net-application.html This C# and so I tried to port this over to C++ to be able to add this to the

RE: Help with Array of Arrays

2011-03-07 Thread Meir Guttman
Dear Barry, I'll second Greg's idea. One link I think might help you is Peter Brawley's and Arthur Fuller's excellent tutorial Trees and Other Hierarchies in MySQL http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch20.html. This is of course MySQL, not Oracle (which BTW now owns MySQL),

PPD for two modules?

2011-03-07 Thread Arms, Mike
Hi, all. I am looking for PPD's for the following two modules compiled for ActivePerl v5.12.3: String-CRC (v1.0) - note: NOT String-CRC32 Time-modules(v2006.0814) I did not find them under the ActiveState, bribes, trouchelle, or uwinnipeg repositories. Anyone have a PPD

Re: PPD for two modules?

2011-03-07 Thread Christopher Taranto
Hi Mike, If you install the MinGW PPD (ppm install MinGW), you can then use CPAN to install the modules directly as in: perl -MCPAN -e shell HTH On Mon, Mar 7, 2011 at 3:05 PM, Arms, Mike ma...@sandia.gov wrote: Hi, all. I am looking for PPD's for the following two modules compiled for

Re: PPD for two modules?

2011-03-07 Thread Sisyphus
- Original Message - From: Arms, Mike ma...@sandia.gov To: Perl-Win32-Users@listserv.ActiveState.com Sent: Tuesday, March 08, 2011 10:05 AM Subject: PPD for two modules? Hi, all. I am looking for PPD's for the following two modules compiled for ActivePerl v5.12.3: String-CRC