Re: Deep copy?

2006-03-06 Thread Johan Lindstr
At 21:51 2006-03-06, Lyle Kopnicky wrote: What's the simplest way to make a deep copy of a data structure? Certainly this must be in some standard module. I'm trying to back up a portion of the registry, using Win32::TieRegistry, to a nested hash inside the program. Later, I'll restore it.

Re: convert winword .doc to .txt, or .rtf to .txt

2005-10-14 Thread Johan Lindstr
At 22:25 2005-10-14, Alejandro Santillan Iturres wrote: Any idea what to do to convert .doc to .txt ? Maybe some reg exp will do the work? (also .rtf to .txt is desirable). Antiword http://www.winfield.demon.nl/ /J ___ Perl-Win32-Users mailing

RE: More on Re: Windows DLL - Perl Interface

2005-03-31 Thread Johan Lindstr
At 23:41 2005-03-31, Lloyd Sartor wrote: But if I needed a solution in a timely manner, I would concisely define what must be OO, and then probably attack it with Inline::C or Inline:C++. Win32::API certainly has its limitations. That's a good idea, except Inline::CPP doesn't work very well on