[OT] Sample survey analysis

2002-08-15 Thread Sisyphus
Hi, Apologies for posting this here. I've tried, without success, google search and posts to alt.math and alt.sci.math.statistics.prediction. Afaik, it's a simple question, and I'm appreciative if someone here, who knows the answer, feels inclined to enlighten me. Let's say there's a town with a

Re: IIS on win2k not liking PerlMagick

2002-08-17 Thread Sisyphus
On Sat, 17 Aug 2002, TC Winquist wrote: I'm using ImageMagick version 5.4.9 (I installed PerlMagick WITH ImageMagick), ActiveState ActivePerl version 5.6 on Win2k Adv Server running IIS 5.0. I'm trying to display an image using PerlMagick directly to a web browser (without saving

Re: Installing PDF-API2?

2002-08-26 Thread Sisyphus
- Original Message - From: Morse, Richard E. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 3:34 AM Subject: Installing PDF-API2? Hi! I'm trying to install the PDF-API2 ppm (btw: will that be updated soon?), but I get an error: no suitable installation target

Re: calling a perl script from within a perl script

2002-09-07 Thread Sisyphus
- Original Message - From: Hardik Oza [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 08, 2002 10:04 AM Subject: calling a perl script from within a perl script Hello, I am interested in calling a perl script from within a perl script. I am trying to post some cgi

Re: perldoc fickleness

2002-09-17 Thread Sisyphus
- Original Message - From: $Bill Luebkert [EMAIL PROTECTED] To: Sisyphus [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 1:45 PM Subject: Re: perldoc fickleness Sisyphus wrote: It finally all made sense - when I grasped the basics of what's happening

Re: win32

2002-09-20 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 21, 2002 9:05 AM Subject: win32 I am very new to perl for win and so please excuse me if this is really easy. I have a module that requires use Win32::ChangeNotify; I get the error that

Re: win32

2002-09-20 Thread Sisyphus
Yes, the error message refers to @inc. But there's also an error message (which mentions @INC) that starts off 'Can't locate loadable object...'. I just wanted to be sure that you weren't getting *that* message, because *it* does not pertain to the location of ChangeNotify.pm. (*It* means

Re: ppm3 search *all* repositories ???

2002-09-20 Thread Sisyphus
- Original Message - From: Michael D. Schleif [EMAIL PROTECTED] To: Perl-Win32-Users List Service [EMAIL PROTECTED] Sent: Saturday, September 21, 2002 10:18 AM Subject: ppm3 search *all* repositories ??? This is probably really simple and I've overlooked it. How can I perform one

Re: ActivePerl Xitami in Win 2000 - Problems Continued

2002-09-21 Thread Sisyphus
Hi Peter, Can't really help - know nothing about Xitami. But can't the people on the Xitami mailing list help with this ? http://www.xitami.com/support.htm Cheers, Rob ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe:

Re: String-Approx-3.19

2002-10-03 Thread Sisyphus
- Original Message - From: Hazan, Lynn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 12:45 AM Subject: String-Approx-3.19 I am curently using the String::Approx 2.7 version but as I need to specified the starting and ending positions of matching I decided

Re: Win32-API-0.20

2002-10-03 Thread Sisyphus
- Original Message - From: Tony [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 1:26 PM Subject: Re: Win32-API-0.20 Hi Marcial I tried to install via the PPM but got some problem, could you help to identify what wrong with my usage??

msvc++ and environment variables

2002-10-08 Thread Sisyphus
Hi, Not strictly a perl issue but: My vcvars32.bat file (which sets the environment for compilation) contains some lines like these: set path= various folders;%path% set include= other folders;%include% set lib = different folders;%lib% I can get a listing of the folders in the path by simply

Re: msvc++ and environment variables

2002-10-08 Thread Sisyphus
- Original Message - From: FARRINGTON, RYAN [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 6:06 AM Subject: RE: msvc++ and environment variables try set from a command prompt that will output every environment varible... Thanks Ryan. (I'm sure I

'require Dynaloader;'

2002-10-08 Thread Sisyphus
Hi, Can someone tell me the circumstances under which 'MyModule.pm' should 'require Dynaloader' ? I've just built a bigint/primes module that links in the bigint/primes functions from openSSL (libeay32.lib). It also needs to load libeay32.dll. Seems to me *that* would be the circumstance under

Re: Win32::AdminMisc problems - is there an alternative?

2002-10-09 Thread Sisyphus
- Original Message - From: Sean Ahern [EMAIL PROTECTED] Are you sure you haven't made a typo ? It was cut and paste straight from the documentation. Ive retyped it in case there were was something bizarre and invisible in the source, but with no change. I just tried: use

Re: Win32::AdminMisc problems

2002-10-13 Thread Sisyphus
- Original Message - From: Krishna, Hari [EMAIL PROTECTED] To: 'Sisyphus' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, October 11, 2002 11:58 PM Subject: RE: Win32::AdminMisc problems AdminMisc.pm is located in D:/perl/site/lib/win32/. Then I have no idea why it can't be found

Re: strange dmake path parsing error

2002-10-15 Thread Sisyphus
- Original Message - From: Greg Matheson [EMAIL PROTECTED] . I have installed earlier versions of Mail::Box on Windows 2K with my 5.8.0 builds of perl and dmake without this problem, but I'm trying this on Windows 98. To me, this indicates that the problem lies with using 98's

Re: Data::Locations platform problem

2002-10-15 Thread Sisyphus
- Original Message - From: Garold (Gary) L. Johnson [EMAIL PROTECTED] Is it possible to get this package built for windows? I found (on cpan) Data-Locations-5.2-fixed. It builds ok - but running the test suite causes windows to complain about perl.exe generating errors (when running

Re: CGI on iis5 question

2002-10-18 Thread Sisyphus
- Original Message - From: Mike Kalinovich [EMAIL PROTECTED] To: Perl-Win32-Users [EMAIL PROTECTED] Sent: Friday, October 18, 2002 11:10 AM Subject: CGI on iis5 question Hello, Very simple script, opens a file, reads it into an array, and then it should display it to the browser.

Re: CGI on iis5 question

2002-10-18 Thread Sisyphus
- Original Message - From: Tillman, James [EMAIL PROTECTED] Mike: Rob's on the right track here with his response, but remember that open() does not die when it fails (all the more reason to do what Rob suggests and put the die call in there). But he already has a 'die' call in

Re: strange dmake path parsing error

2002-10-18 Thread Sisyphus
- Original Message - From: Greg Matheson [EMAIL PROTECTED] However, as I've gotten the results of the tests, I am happy and I'm going to leave it here (or do I mean there :-). If you'd like to be sure about those tests, then (having installed the module) you could run the test

Re: Terrible at my logic

2002-10-25 Thread Sisyphus
- Original Message - From: Krishna, Hari [EMAIL PROTECTED] Heres my input: 486 286 9 250 00788 30787 2 This is different to the input you originally posted. (It is only 32 characters long.) Just thought I'd pont that out in case it has a bearing on the solution to this problem

Re: Terrible at my logic

2002-10-25 Thread Sisyphus
- Original Message - From: FARRINGTON, RYAN [EMAIL PROTECTED] To: 'Sisyphus' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 1:21 AM Subject: RE: Terrible at my logic Sisyphus, you input string is incorrect. my $string = 486286 9 250 00788 30 787 2

Re: Terrible at my logic - some more inputs

2002-10-25 Thread Sisyphus
- Original Message - From: Krishna, Hari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 26, 2002 12:37 AM Subject: Terrible at my logic - some more inputs forgot to include the print statement print OUTPT $ln54_1 $ln54_2 $ln54_3 $ln54_4 $ln54_5 $ln54_6 $ln54_7

Re: Inline::C Win32 w/ adk

2002-10-31 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 12:14 AM Subject: Inline::C Win32 w/ adk I would like to use the Inline::C module to write C code within a Perl script. Inline works fine for basic C code, but I'm having problems when

Re: File::Tail

2002-10-31 Thread Sisyphus
- Original Message - From: Patra, Anupam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 01, 2002 9:21 AM Subject: File::Tail I am getting the following error while executing perl Makefile.pl File::Tail will be installed without debugging information. This

Re: ppm install Time-HiRes [was RE: File::Tail]

2002-11-01 Thread Sisyphus
- Original Message - From: Patra, Anupam [EMAIL PROTECTED] I tried again: C:\ppm install Time-HiRes Version 01.20 of 'Time-HiRes' is already installed. Remove it, or use 'verify --upgrade Time-HiRes'. Did you remove it ? It's probably seeing one/both of the copies of HiRes.pm you

Re: crypt output

2002-11-01 Thread Sisyphus
- Original Message - From: Ember Normand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 11:23 AM Subject: crypt output Does anyone know the what kind of data can be in the output of perl's crypt function? (ie what symbols are allowed in the encrypted output,

Re: ppm install Time-HiRes [was RE: File::Tail]

2002-11-02 Thread Sisyphus
- Original Message - From: Sisyphus [EMAIL PROTECTED] I tried again: C:\ppm install Time-HiRes Version 01.20 of 'Time-HiRes' is already installed. Remove it, or use 'verify --upgrade Time-HiRes'. Did you remove it ? It's probably seeing one/both of the copies of HiRes.pm

Re: building Text::Iconv

2002-11-02 Thread Sisyphus
- Original Message - From: Robert Allerstorfer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 10:23 PM Subject: building Text::Iconv Hi, I have just built Perl 5.6.1 (from the AP-633 source) using Mingw-gcc and dmake and now want to

Re: Multiple Strings seperated by null character

2002-11-04 Thread Sisyphus
- Original Message - From: steve silvers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 1:52 AM Subject: Multiple Strings seperated by null character What's the best way to pass two values delimited by a null character. The below is not working for me.

Re: win32 subroutine error

2002-11-04 Thread Sisyphus
- Original Message - From: Percy Barboza [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 2:29 PM Subject: win32 subroutine error Hi have installed perl 5.6.1 . when trying to use the win32::NodeName() it returns an undefined @win32 subroutine error. I have

Re: Help DynaLoader

2002-11-06 Thread Sisyphus
- Original Message - From: Mundell, R. (Ronald) [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 4:22 PM Subject: Help DynaLoader Good Day All I would like to know if any of you people out there have ever used the DynaLoader module. If

Re: Help DynaLoader

2002-11-06 Thread Sisyphus
- Original Message - From: Mundell, R. (Ronald) [EMAIL PROTECTED] To: 'Sisyphus' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 4:55 PM Subject: RE: Help DynaLoader I am new to this and I have read the man page but it does not make sense. If you can point me

Re: Re[4]: Release of ActivePerl 5.8.0 - released today

2002-11-11 Thread Sisyphus
- Original Message - From: Jan Dubois [EMAIL PROTECTED] Are you sure you used the same compilation options? Especially, did you set all 3 of USE_MULTI, USE_ITHREADS and USE_IMP_SYS? Yes, I accepted the 'BUILD_FLAVOR=ActivePerl' option which sets USE_MULTI and USE_ITHREADS. 'Perl -

Comparisons was [4]: Release of ActivePerl 5.8.0 - released today

2002-11-11 Thread Sisyphus
- Original Message - From: Sisyphus [EMAIL PROTECTED] To: Jan Dubois [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 8:55 AM Subject: Re: Re[4]: Release of ActivePerl 5.8.0 - released today - Original Message - From: Jan Dubois [EMAIL PROTECTED

Re: Comparisons was [4]: Release of ActivePerl 5.8.0 - released today

2002-11-12 Thread Sisyphus
- Original Message - From: Jan Dubois [EMAIL PROTECTED] That's why I asked you if the -O option worked. I think the standard editions of Microsoft compilers don't include the optimizer. Seems to be true for VC++ 6 too:

Re: perl.exe - Unable to Locate DLL (RASFIL32.DLL)

2002-11-13 Thread Sisyphus
- Original Message - From: Brad Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 7:58 AM Subject: perl.exe - Unable to Locate DLL (RASFIL32.DLL) Hello all, Been through the bug search and haven't found anything yet so thought I'd try here before

Re: Net::SFTP

2002-11-18 Thread Sisyphus
- Original Message - From: Scott Scecina [EMAIL PROTECTED] Actually, I'm responsible for Net::SSH::W32Perl. I have binaries of it, and the other required modules (if not available through Activestate) at http://www.soulcage.net/ppds. - Scott Do you know if it is then a trivial

Math::GMP - some bugs/quirks

2002-11-23 Thread Sisyphus
Hi, The following script details some bugs/quirks that I have found with Math::GMP. So far, (for me) the module has exhibited identical behaviour for both mingw-built perl (5.6.1) and msvc-built perl (5.6.1). I haven't got around to perl 5.8.0, and I'm assuming that perl 5.6.0 will be no

[Announce] Math::GMP ppm

2002-11-25 Thread Sisyphus
Hi, I've put ppm's for Math::GMP-2.03 for perl 5.8.0, 5.6.1 and 5.6.0 at: http://robgil.hypermart.net/w32perl/math_gmp.html . Built with mingw32-perl and dmake, but seems to work just as well with ActiveState's perl. I haven't set up a repository - it will be necessary to download the tar.gz, do

Re: Creating multiple jpg's with TTF: weird behaviour

2002-12-02 Thread Sisyphus
- Original Message - From: Eric Broens [EMAIL PROTECTED] $im-stringTTF($black,$font_header,12,0,35,16,TEST); $im-stringTTF($black,$font_header,12,0,450,16,$count); Try instead: @r = $im-stringTTF($black,$font_header,12,0,35,16,TEST); if(!scalar(@r)) {print 1:$@\n} @r =

Re: Install Perl module on Win32

2002-12-16 Thread Sisyphus
- Original Message - From: RICHARD,FRANCOIS (HP-France,ex1) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 16, 2002 10:20 PM Subject: Install Perl module on Win32 Hi, I use Perl on Win2000 OS and I am trying to install a Perl module. I downloaded the zip file which

Re: Problems creating ppd's for use with ppm3

2002-12-18 Thread Sisyphus
- Original Message - From: Scott Scecina [EMAIL PROTECTED] To: Randy Kobes [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 1:11 AM Subject: RE: Problems creating ppd's for use with ppm3 No, it happens on 5.6.1.633 also. I'd just been telling people to use

Re: Problems creating ppd's for use with ppm3 - correction.

2002-12-18 Thread Sisyphus
- Original Message - From: Sisyphus [EMAIL PROTECTED] But the 'codebase href' requirement seems also to have changed. Instead of just providing the some-package.ppd (which, under ppm2, was all that was required) they are now giving MSWin32-x86-multi-thread-5.8/some-package.ppd

Re: Negative-indexed arrays?

2002-12-22 Thread Sisyphus
- Original Message - From: Lee Goddard [EMAIL PROTECTED] To: Sisyphus [EMAIL PROTECTED]; ActiveState's Perl Win32 Users list [EMAIL PROTECTED] Sent: Monday, December 23, 2002 12:19 AM Subject: Re: Negative-indexed arrays? At 12:38 22/12/2002, Sisyphus wrote: - Original Message

Re: crypt

2003-01-07 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 1:33 AM Subject: crypt Hi all, I just recognized, that Perl's crypt only recognizes the first 8 characters in the plain Text and ony the first 2 in the salt. So crypt(

Re: crypt

2003-01-07 Thread Sisyphus
From: Carl Jolley [EMAIL PROTECTED] An MD5 digest is not quite the same as an MD5 crypted password. I don't understand that remark you might like to elaborate for me. For one thing, I don't know what you mean by an MD5 crypted password. Anyway I can envisage circumstances where

Re: crypt

2003-01-08 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: Sisyphus [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 5:25 PM Subject: Re: crypt For me the MD5 digest would be OK, if - like for the crypt output - there's no known way of reversing

Re: H2XS and C++

2003-01-14 Thread Sisyphus
- Original Message - From: Floyd Russell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 12:14 PM Subject: H2XS and C++ Could/would anyone be willing to help be get a c++ dll I recently wrote h2xs'ed into a proper Perl module? I don't really even know where

Re: IO::Socket::SSL

2003-01-20 Thread Sisyphus
- Original Message - From: Barlow, Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:16 AM Subject: IO::Socket::SSL Can anyone direct me to where on the web the IO::Socket::SSL module can be found as cant seem to locate it. Source code from:

Re: One more time... trouble with Win32::Internet - http Request() vs. ReadFile()

2003-01-29 Thread Sisyphus
- Original Message - From: Jeff Shanholtz [EMAIL PROTECTED] use strict; use Win32::Internet; my $INET = new Win32::Internet( ); my ($PAGE, $REQUEST); my ($statuscode, $headers, $file); $INET-HTTP( $PAGE, www.google.com ); # Simple download method (no status during the download)

RE: One more time... trouble with Win32::Internet - http Request() vs. ReadFile()

2003-01-29 Thread Sisyphus
- Original Message - From: Jeff Shanholtz [EMAIL PROTECTED] To: 'Sisyphus' [EMAIL PROTECTED]; Perl List [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 10:46 AM Subject: RE: One more time... trouble with Win32::Internet - http Request() vs. ReadFile() Unfortunately no. With your

Re: One more time... trouble with Win32::Internet - http Request() vs. ReadFile()

2003-01-30 Thread Sisyphus
- Original Message - From: Jeff Shanholtz [EMAIL PROTECTED] Thomas_M suggested using LWP, but I just looked at the module (since at this point I'm willing to do a complete rewrite to get past these problems) and I don't see how you can request files a chunk at a time (which I require

Re: HTML::Mason on ActivePerl 5.8 ?

2003-02-04 Thread Sisyphus
- Original Message - From: Oleksandr Pavlyk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 2:59 AM Subject: HTML::Mason on ActivePerl 5.8 ? Anybody wishing to share his/her experience on installing HTML::Mason ? It is available through CPAN or directly

Re: ppm install

2003-02-04 Thread Sisyphus
- Original Message - From: Dawn Sun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 7:44 AM Subject: ppm install Can anyone tell me where I can find the CGI::session for windows 2000 so I use ppm to install? I search all the resource but no luck. The only

Re: Perl crash using Win32::AdminMisc::GetFileInfo

2003-02-06 Thread Sisyphus
Hi, There's a post on comp.lang.perl.modules asking about the same thing - only, this time, in regard to 'sqlserver.exe'. Not all files carry any of the info being sought. Perhaps it's just that these 2 files are in that category, and the error is simply these files' way of responding to the

Re: SENDING sms

2003-02-06 Thread Sisyphus
- Original Message - From: Tillman, James [EMAIL PROTECTED] Just enter LWP into the search field. You can get LWP pre-built for ActiveState perl using the PPM (Perl Package Manager), which is documented in ActiveState's Perl Documentation. Shouldn't have to go to the trouble of

Re: Perl crash using Win32::AdminMisc::GetFileInfo

2003-02-06 Thread Sisyphus
- Original Message - From: Gerber, Christopher J [EMAIL PROTECTED] Rob, Thanks for getting back to me. I was a little worried when I looked back and realized what a mess that message was! When I right-click/Properties and click on the version tab I can see that the File version

Re: need crypt::cbc for build 8

2003-02-06 Thread Sisyphus
- Original Message - From: O'K Web Design [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 07, 2003 9:19 AM Subject: need crypt::cbc for build 8 Hi Could anyone point me in the direction of this module??? Thanks Mike -

Re: Sendmail queries

2003-02-15 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 15, 2003 12:21 PM Subject: Sendmail queries Hmm I am using sendmail in my program and it works fine along the following lines: $subject='Text'; $text='Hello World'; open (MAIL, |$mailprog

Re: [PMX:###] Re: Sendmail queries

2003-02-15 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] snip Odd... but I have actually added print $text just prior to the sendmail print routines and it does display the pound sterling sign correctly. My actual routine is set out below: I wonder if it is a problem with the server being in North

Re: Sendmail queries - afterthoughts

2003-02-15 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] Odd... but I have actually added print $text just prior to the sendmail print routines and it does display the pound sterling sign correctly. -- That means you're seeing chr(156) and

Re: Win32::Job

2003-02-26 Thread Sisyphus
- Original Message - From: Williams, Jeff [EMAIL PROTECTED] To: 'Sisyphus' [EMAIL PROTECTED]; '[EMAIL PROTECTED]' [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 3:55 AM Subject: RE: Win32::Job I seem to be having success using sleep, but, as you said- it isn't pretty. Oh well

[OT] Usenet access

2003-02-27 Thread Sisyphus
Hi, Seeking advice on the best way to access usenet from either OE or IE. The service offered by my ISP needs to be reinstalled every second day, and Google (just lately) generally throws up a 'page not found' error whenever I want to post. It's not often that I want to post to usenet, but it's

Re: I need help using Win32::API

2003-02-28 Thread Sisyphus
Hi, I'm using Win32::API version 0.20, Windows 2000, MSVC++6.0 (Standard edition). I've tested on 3 different perl's - all of them compiled myself from ActiveState source. The 3 builds I've tried it out on are 626 (5.6.1), 633 (5.6.1) and 802 (5.8). Haven't struck any trouble - apart from floats.

Re: Problem: perl 805, win32, Borland, MinGW, dmake and example 1 of perlxstut

2003-02-28 Thread Sisyphus
- Original Message - From: Stephen Avis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 7:32 PM Subject: Fw: Problem: perl 805, win32, Borland, MinGW, dmake and example 1 of perlxstut Have now tried with MinGW (version 2.0.0) which uses gcc 3.2. In the

Re: I need help using Win32::API

2003-03-04 Thread Sisyphus
- Original Message - From: Louis Fenyvesi [EMAIL PROTECTED] To: Louis Fenyvesi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, March 02, 2003 1:36 PM Subject: Re: I need help using Win32::API Well, I managed to compile perl using Cygwin and I can compile XS extensions using my

Re: I need help using Win32::API

2003-03-06 Thread Sisyphus
- Original Message - From: Louis Fenyvesi [EMAIL PROTECTED] To: Sisyphus [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, March 07, 2003 2:48 PM Subject: Re: I need help using Win32::API Thanks for all you help! I will check out the PAR module. The applications I am working

[OT] cygwin dll

2003-03-12 Thread Sisyphus
Hi, Anyone got a link to a download of the Cygwin dll ? (Preferably one that works :-) Just the dll . that's all I want. Well actually it's the last bloody thing on Earth that I *want* ... but I might need it but not badly enough to go through all that setup.quagmire stuff :-)

Re: Win32::Iproc cannot call method call

2003-03-12 Thread Sisyphus
- Original Message - From: Heidi Ng [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 4:00 PM Subject: Win32::Iproc cannot call method call Hi, I am a newbie at Perl (currently using v5.8.0) and I am trying to use the Win32::IProc module but have failed to run

Re: HTTP-Request-Common not working

2003-03-12 Thread Sisyphus
- Original Message - From: Steve [EMAIL PROTECTED] use HTTP::Request::Common; $ua = LWP::UserAgent-new; $ua-request(GET 'http://www.cnn.com/'); When I run this I get: Can't locate object method new via package LWP::UserAgent (perhaps you forgot to load LWP::UserAgent?) at test.pl line

Re: File::Find

2003-03-12 Thread Sisyphus
- Original Message - From: Eric Whitcombe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:16 PM Subject: File::Find I am new to Perl as well as ActivePerl. I am trying to run a perl script using ActivePerl on Windows 2000. It invokes find(). I get this error:

Re: Running rc4 script

2003-03-14 Thread Sisyphus
- Original Message - From: jack ander [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 15, 2003 4:01 AM Subject: Running rc4 script Hi, Can anyone instruct me on how to make this script run using ActivePerl on WinXP? Thanks! [EMAIL PROTECTED] To use the perl

Re: A question to open a cmd window and run an exe file

2003-03-21 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 21, 2003 11:27 AM Subject: A question to open a cmd window and run an exe file All, I have a question, I want to open an cmd window (DOS window), and run an exe file on that window, but this exe

Re: PERL.EXE hangs in memory

2003-04-02 Thread Sisyphus
- Original Message - From: Hill, David K [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 03, 2003 5:46 AM Subject: PERL.EXE hangs in memory I am experiencing a problem with a PERL.EXE Script running on a W2K server. I am running Perl 5.8 build 804. The scripts just opens a

Re: GLOB

2003-06-06 Thread Sisyphus
- Original Message - From: $Bill Luebkert [EMAIL PROTECTED] But what needs to be done when the variable contains 'GLOB(0x1a754f0)' ? Well, you put it there, so you should know what to do with it. :) The thought of handling only those things that I know how to handle worries me.

Re: Can't locate Cisco.pm in @INC...again

2003-06-06 Thread Sisyphus
- Original Message - From: Wermström Emma I don't understand why I have to modify @INC when Net/Telnet/Cisco.pm is already located in the default @INC-paths i.e. c:\Perl\lib and c:\Perl\site\lib? Well normally you wouldn't have to do that. All that's (normally) necessary

Re: GLOB

2003-06-06 Thread Sisyphus
- Original Message - From: $Bill Luebkert [EMAIL PROTECTED] This worked for me on AS 5.6/Win98SE: # open2.pl #!perl -w -- use strict; use warnings; use IPC::Open2; my ($r, $w); print STDERR Calling open2\n; my $pid = open2 ($r, $w, 'C:\\perl\\bin\\perl.exe', 'echo.pl');

Re: GLOB

2003-06-06 Thread Sisyphus
- Original Message - From: $Bill Luebkert [EMAIL PROTECTED] The way that the child handles STDIN is confusing I'd say. :) I managed to miss seeing your version of echo.pl in your post - as you probably suspected :-) It does look confusing, but at least it's up and running and I'm

Re: unicode filenames win32

2003-05-29 Thread Sisyphus
- Original Message - From: Anil Gulati [EMAIL PROTECTED] Dear Rob I thank you very much for posting on this issue. I appreciate your input. Your statements are along the lines of what we seem to be experiencing. I found perluniintro and perlunicode very early on in the activestate

Re: huge numbers

2003-05-29 Thread Sisyphus
- Original Message - From: Alan Dickey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:32 AM Subject: Re: huge numbers viktoras wrote: Hi listers, I am looking for the shortest way to convert very long numbers (integers e.g.

Re: error on Compress::Zlib::inflate

2003-04-12 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 13, 2003 10:07 AM Subject: error on Compress::Zlib::inflate Hello all, I'm using Compress::Zlib to compress and uncompress a content of one variable, but it's not working as I'd like. By code

Re: Problem Using 'unlink' within Script

2003-06-14 Thread Sisyphus
A dumb question (and I'm reachin, here): Perhaps you need to Close() or Quit() your $Word object before you try to unlink the file? If you are able to del the file from CMD.exe after the script has run, but not during, I would look at what objects might still retain flocks. Not a

Re: Tk:Columns Error on Win32 System

2003-06-14 Thread Sisyphus
- Original Message - From: Primanti, Joseph T [EMAIL PROTECTED] To: 'kalinabears' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, June 14, 2003 12:08 AM Subject: RE: Tk:Columns Error on Win32 System Rob, Yes, I have both the latest Tk::DKW and Tk::Contrib. I got the same results

Re: statically link module in win32.

2003-06-17 Thread Sisyphus
- Original Message - From: Tom Henrik Aadland [EMAIL PROTECTED] gcc: `cat: No such file or directory gcc: blib\arch\auto\Filter/extralibs.all`: No such file or directory dmake.exe: Error code 1, while making 'myperl' dmake.exe: Error code 255, while making 'myperl' The cat

Re: GD

2003-06-19 Thread Sisyphus
- Original Message - From: Hawley, Eric [EMAIL PROTECTED] To: Perl-Win32 (E-mail) [EMAIL PROTECTED] Sent: Thursday, June 19, 2003 5:37 AM Subject: GD I am trying to install GD on a Windows 2000 machine and have had nothing but problems doing so. I have tried following all

Re: XS question on Windows

2003-06-22 Thread Sisyphus
- Original Message - From: Glenn Linderman [EMAIL PROTECTED] Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Win32/GUI.pm line 524 Seems to me that there's a purely perl solution to eliminating this message - but I don't want to discuss *that* if what you're

Re: Parsing a Word Document?

2003-07-04 Thread Sisyphus
- Original Message - From: dog [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 12:40 PM Subject: Parsing a Word Document? Is there such a module for reading/writing to a word document? Kirk Win32::OLE. 'perldoc win32::ole' might have some info on your specific

Re: Win32::API

2003-07-04 Thread Sisyphus
- Original Message - From: Borkur Gudjonsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 10:19 PM Subject: Win32::API Hi. I'm using Win32::API v0.41 with Perl 5.8.0 build 805 on WinXP Pro. I'm having trouble with a DLL I made with VC++ 6.0 Service Pack 5.

Re: pound sign trouble

2003-07-08 Thread Sisyphus
- Original Message - From: Peter Guzis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 11:30 AM Subject: RE: pound sign trouble My Windows 2000 box exhibits the same behavior. I believe you are running into an ancient limitation of the DOS shell. DOS and its

Re: Quote

2003-07-08 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 12:19 AM Subject: Quote THIS E-MAIL CONTAINS CONFIDENTIAL AND PRIVILEGED INFORMATION = Hi all: I have this perl script

Re: about modules

2003-07-10 Thread Sisyphus
- Original Message - From: LIBERCE D SbanStiSysDev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:32 PM Subject: about modules Hello! I question about modules I have a config file defined as a perl module exporting a variable (config.pm), and a perl script

Re: Adding Perl 5.6.1 to RH Linux 9 that already has Perl 5.8 installed.

2003-07-11 Thread Sisyphus
- Original Message - From: Joe Flowers [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 11, 2003 9:38 AM Subject: Adding Perl 5.6.1 to RH Linux 9 that already has Perl 5.8 installed. I have a Red Hat Linux 9 machine that has Perl 5.8

Re: Neater?

2003-07-18 Thread Sisyphus
- Original Message - From: Beckett Richard-qswi266 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 18, 2003 10:57 PM Subject: Neater? Masters!? Is there a neater way of doing this:? my $sheet; foreach (1, 2, 4) { $sheet = $_; print \$sheet = $sheet\n; } something

[OT] Digitally signed posts

2003-07-29 Thread Sisyphus
Hi, Such posts are currently showing up in my OE Inbox as attachments. ie the body is empty, the message is in the attachment. This is bloody annoying as I don't allow attachments to be opened. How do I configure OE so that such posts will arrive in the Inbox with the message in the body of the

Re: [OT] Digitally signed posts

2003-07-29 Thread Sisyphus
An excerpt received off-list (my thanks to that person) which I'd like to post to the list: It seems that the problem arises from the mail client used by the sender. Take a look at the header of the message from Stephen Patterson. IMHO, OE does EXACTLY what the header says I'm an idiot when

Re: [OT] Digitally signed posts

2003-07-30 Thread Sisyphus
- Original Message - From: Greg Wardawy [EMAIL PROTECTED] Same problem here. I've tried to config OE but without any luck and ended ignoring this kind of posts. I tend to do the same, but if I reckon there's something in there that I'm better off reading then I have to go thru the

Re: Why does while and sleep work this way

2003-07-30 Thread Sisyphus
- Original Message - From: Mitch Raful [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 3:03 PM Subject: Why does while and sleep work this way Can someone explain why the following code works: #!C:\Perl\bin\Perl.exe require disk_perflib; while(1) { sleep(5);

Re: [OT] Digitally signed posts

2003-07-30 Thread Sisyphus
- Original Message - From: Chick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:40 PM Subject: RE: [OT] Digitally signed posts Hi all, perhaps the signing sender should change their signature options. E.g. in Outlook under Options, Security you can check

<    1   2   3   4   5   6   7   8   9   >