Mon, 12 Mai 2008 20:26:57 UT
Re: test fails
sisyphus <sisyphus...@gmail.com> wrote in news:b1f6dc92-a95c-4cc7-8b25- 1508a84cc...@l28g2000prd.googlegroups.com: Well, it indicates that it's probably not something weird about my setup. I think I'll try to force the install and see if I can get it to work. I won't be using it for anything life-critical anyway.
› – groups.google.ch/group/comp.lang.perl.modules/msg/b275bdf3f9da1252 |
Mon, 12 Mai 2008 13:14:38 UT
Re: Convert MS-Word to plain text
The docx format only applies to Word 2007. Microsoft have also made their binary formats for other versions of Word public: [link] But deciphering these is only necessary if you want to read the files on a non-Windows system or you don't have a working copy of Microsoft Word. If
› – groups.google.ch/group/comp.lang.perl.modules/msg/1963ee6007ba0c9f |
Mon, 12 Mai 2008 09:18:30 UT
Re: test fails
On May 12, 3:38 am, George Weinberg <eorgeweinb...@sbcglobal.net> wrote: . . However, I was expecting to see a segfault or at least an error message (as usually happens when there's a problem with the cleanup). Not too sure what to make of that. Looks like one of the CPAN Testers got the same as you:
› – groups.google.ch/group/comp.lang.perl.modules/msg/8c5ff7565bd2e717 |
Sun, 11 Mai 2008 17:38:29 UT
Re: test fails
sisyphus <sisyphus...@gmail.com> wrote in news:9fed7dcc-6b35-444a-8abe- 8c73295c9...@w4g2000prd.googlegroups.com: Thanks, I think you're right. It looks to me like the tests all run ok and it dies after the last one. Here's the output : 1..29 ok 1 - use POE::Component::Jabber; ok 2 - use POE::Component::Jabber::Error;
› – groups.google.ch/group/comp.lang.perl.modules/msg/adaad5bf9ab985da |
Sun, 11 Mai 2008 03:19:56 UT
Re: test fails
On May 11, 3:17Â am, George Weinberg <eorgeweinb...@sbcglobal.net> wrote: . . Perhaps something is going awry during cleanup (after the tests have been run, just prior to the script exiting). What do you get when you run: perl -Mblib t/01_basic.t Cheers, Rob
› – groups.google.ch/group/comp.lang.perl.modules/msg/96678e01b3e6be71 |
Sat, 10 Mai 2008 17:17:12 UT
test fails
I can't get POE::Component::Jabber to install, it seems to be failing some tests but teh output doesn't seem to indicate what is failing or why. Any clues? Here's the output: /usr/bin/perl Build --makefile_env_macros 1 test t/01_basic.......# Looks like your test died just after 29. Dubious, test returned 255 (wstat 65280, 0xff00)
› – groups.google.ch/group/comp.lang.perl.modules/msg/d75caa33b3df5708 |
Sat, 10 Mai 2008 15:59:21 UT
Re: Module for Orchestrating Perl Functions?
Well you haven't given us much to go on. Only your comment that you might want to change a sequence while it is running suggests a large scale. I am thinking some sort of callback structure, which to me suggests that you might want to look at POE. POE itself isn't exactly an off-the-shelf solution but you may find someone has built one for you. Maybe POE::Queue.
› – groups.google.ch/group/comp.lang.perl.modules/msg/be15190a484475ed |
Sat, 10 Mai 2008 01:30:06 UT
Module for Orchestrating Perl Functions?
I have a few dozen Perl functions. I need to run those functions in a handful of different sequences, depending on the input data and user choices. Sometimes I need to add functions to, or remove functions from, the sequence--even while the sequence is running. In this day of web service orchestration and various process- and
› – groups.google.ch/group/comp.lang.perl.modules/msg/6acf94f8f2d42566 |
Sat, 10 Mai 2008 01:10:36 UT
Re: Convert MS-Word to plain text
Opposite to earlier formats the DOCX format is an open XML format and information about it is available on the Microsoft website. I don't know if someone already wrote a parser for it, but at least it should be possible now. jue
› – groups.google.ch/group/comp.lang.perl.modules/msg/ab3125a9f5ace8f9 |
Fri, 09 Mai 2008 23:09:40 UT
Re: Convert MS-Word to plain text
You can use Win32::OLE to do this.
› – groups.google.ch/group/comp.lang.perl.modules/msg/ac3df11890e1448b |
Fri, 09 Mai 2008 21:01:00 UT
Re: Use CPAN or CPAN::Shell for LOCAL ONLY install from tarballs?
Thanx Sherman! Setting the urllist to file://whatever... did the trick.
› – groups.google.ch/group/comp.lang.perl.modules/msg/8826033e7bcb4fc9 |
Fri, 09 Mai 2008 18:52:18 UT
Re: Use CPAN or CPAN::Shell for LOCAL ONLY install from tarballs?
When you configure it, you're not restricted to the download URLs that are listed. You can enter your own custom URL - just point it to a local CPAN mirror that you maintain for yourself. If you don't want to bother with an FTP or HTTP server, CPAN can handle a file: URL just as easily. sherm--
› – groups.google.ch/group/comp.lang.perl.modules/msg/4eaf1e0c1ef64191 |
Fri, 09 Mai 2008 17:29:33 UT
Convert MS-Word to plain text
Are there any perl modules that will allow you to convert MS-Word docs to plain text?
› – groups.google.ch/group/comp.lang.perl.modules/msg/f70f6c29ff8e9a8e |
Fri, 09 Mai 2008 17:19:28 UT
Re: Use CPAN or CPAN::Shell for LOCAL ONLY install from tarballs?
Oh, to clarify further, I want to use CPAN or something similar because of all the wonderful 'extra' stuff it gives beyond just make;make test;make install.
› – groups.google.ch/group/comp.lang.perl.modules/msg/35558aeb3ea063fb |
Fri, 09 Mai 2008 17:04:56 UT
Use CPAN or CPAN::Shell for LOCAL ONLY install from tarballs?
Howdy - How can I use CPAN.pm or CPAN::Shell (or similar) to install modules and their dependencies on a system, without ever going out to the net? I will have all necessary modulewhatever.tar.gz files available on the system. How can I point CPAN to these directories? thanx in advance for any help!
› – groups.google.ch/group/comp.lang.perl.modules/msg/d2bbca1eb9a15957 |