Re: Stripping carriage returns??

2000-11-28 Thread $Bill Luebkert
"Ted S." wrote: > > At 11/27/00 7:51:00 PM, you wrote: > > >They may be talking about the script itself. Did you make sure you did an >ASCII/text > >FTP file upload instead of binary/image? The shebang line will fail if there is a > >CR LF on the end instead of just LF. > > Well, I used the

RE: FCNTL

2000-11-28 Thread erskine, michael
> -Original Message- > From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] > Sent: 28 November 2000 04:23 > To: Raymond Forbes > Cc: perl-win32-users > Subject: Re: FCNTL Bill, your select call ensures that the sysread doesn't encounter a block anyway i.e. your code is "avoids-blocking" rath

RE: FCNTL

2000-11-28 Thread erskine, michael
> -Original Message- > From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] > Sent: 28 November 2000 10:42 > To: erskine, michael > Cc: '[EMAIL PROTECTED]' > Subject: Re: FCNTL > Exactly. But you did ask for a workaround, so I gave you one. :) Very true! > it really isn't all that importan

RE: Anyone using Perl to get DMI Info?

2000-11-28 Thread John Cope
> Subject: Anyone using Perl to get DMI Info? > From: [EMAIL PROTECTED] > Date: Mon, 27 Nov 2000 10:28:29 -0600 > > Well, is anyone? : ) Not me... > > This is a followup to the BIOS question I asked a while back, has anyone > found a way to probe the DMI info of PC's without wrecking the CMOS?

Manual and Automatic calculate for EXCEL using Perl OLE

2000-11-28 Thread Kevin Renshaw
I want to switch this off the auto calculation in Excel, I have tried the following but it has no effect. use Win32::OLE::Const 'Microsoft Excel'; $xl = Win32::OLE::Const->Load("Microsoft Excel"); my $Excel = Win32::OLE->GetActiveObject('Excel.Application') || Win32::OLE->new('Excel.Appli

Re: my cookies not working on some computers

2000-11-28 Thread Grant Hopwood
-start- > "ramesh kadirisani" <[EMAIL PROTECTED]> >at11/28/2000 12:47 AM >hi everybody, >i developed some perl/cgi programs on windows NT. i used cookies to store >the login information and i am using that info in the other programs. i >don't know whether any of you ever faced this type of

No love from PPM

2000-11-28 Thread Michael Chock
Hey, all. Newbie here. I'm trying to get Bugzilla running under Windows, which involves installing some packages in ActivePerl. The only hitch is that as far as I can tell, the only internet traffic that can get through the company firewall is what Internet Explorer sends and receives. In othe

RE: No love from PPM

2000-11-28 Thread Plunkett, Matt
Could be that you need to set the HTTP_proxy environment variable. Set it to the value of your http proxy, which can be found in IE under Internet Options | Connection | Proxy Server (at least in my IE 4.0). Make sure you include the http:// in the variable. -Original Message-

How to embed a VBA module into Excel?

2000-11-28 Thread Sasha Buzko
Hi, everybody, Does anybody know how to include a VBA module into an Excel file being created with Win32::OLE? I'm trying to add some controls (e.g., check boxes, etc.) that have to operate on data contained in the table. Thanks Sasha ___ Perl-Win32-

Re: No love from PPM

2000-11-28 Thread Jon Bjornstad
Michael Chock wrote: > ... > Error installing package 'DBD-Mysql.ppd': Could not > locate a PPM binary of 'DBD-Mysql.ppd' for this > platform > PPM> ... I've had similar frustrations with PPM with little to no official response from ActiveState. A solution I chanced across was to go back to the

RE: No love from PPM

2000-11-28 Thread Michael Chock
I've tried this before with various other apps. The firewall is apparently some proprietary Microsoft thing, and, like I say, the only traffic it seems to let through is stuff from IE, regardless of how I set up http proxies. Anywa, it doesn't seem to be able to find what it wants even when it d

(no subject)

2000-11-28 Thread Perl Developer
what language is better: VB or Perl? _ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] h

Re: (no subject)

2000-11-28 Thread $Bill Luebkert
Perl Developer wrote: > > what language is better: VB or Perl? I like English. :) -- ,-/- __ _ _ $Bill Luebkert ICQ=14439852 (_/ / )// // DBE Collectibles http://www.wgn.net/~dbe/ / ) /--< o // // Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com

Re: (no subject)

2000-11-28 Thread geo
Phew, I don't believe I've *ever* seen a better Trollbait post. This is the equivalent of asking a school of fish if they likes water or air better. - Geo > > what language is better: VB or Perl? > _

RE: (no subject)

2000-11-28 Thread Christopher Hahn
Fortran forever!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 8:54 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: (no subject) Phew, I don't believe I've *ever* seen a better Trollbait post. This is the e

Re: FCNTL

2000-11-28 Thread $Bill Luebkert
"erskine, michael" wrote: > > > -Original Message- > > From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] > > Bill, > your select call ensures that the sysread doesn't encounter a block anyway > i.e. your code is "avoids-blocking" rather than non-blocking. Exactly. But you did ask for a w

MIME::Parser::Filer

2000-11-28 Thread Martin Moss
Heyho, I've upgraded to the latest version of MIME::Parser and have since been having trouble with Temporary files not being removed by MIME::Parser. I've been looking at the MIME::Parser::Filer object, but am unsure how to use it, as it seems that the MIME::Parser Object does use the MIME::Parse