Win32::Internet (FTP and HTTP)

2001-01-11 Thread Schiza, Apostolia (ISS Atlanta)
Hi all, I am trying to use the Win32::Internet library to do HTTP and FTP connections but I run in to the following problems: 1. In one of my scripts I am trying to open an HTTP session so I do the following: use Win32::Internet; my $Connection = new Win32::Internet(); $Connection->HTTP( $HT

Re: A module to make chart graphics, pls

2001-01-11 Thread Ron Grabowski
> may cause some compression related distortions. It also can handle the PNG > format, but Internet Explorer can't. All 4.x browers support PNG. ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win

RE: A module to make chart graphics, pls

2001-01-11 Thread Paul Rogers [CE]
> -Original Message- > Mcclelland, Keith > Sent: Thursday, January 11, 2001 2:49 PM > > Hi Miguel. > > may cause some compression related distortions. It also can > handle the PNG > format, but Internet Explorer can't. IE has supported PNG since at least ie4. p --- _

RE: A module to make chart graphics, pls

2001-01-11 Thread Mcclelland, Keith
Hi Miguel. I've used GD::Graph. It uses JPEGs, thanks to GIF related patents. JPEGs may cause some compression related distortions. It also can handle the PNG format, but Internet Explorer can't. >From ppm, 'install GDGraph' and perhaps 'install GDTextUtil'. More info at http://www.boutell.

A module to make chart graphics, pls

2001-01-11 Thread Ramos Miguel-FMR068c
Hi all, Can someone tell me if there is a module on Perl Win32 to create Chart graphics, and were can I download it? I have IIS 4.0 and Active State Perl 5.6. Thanks in advance. Miguel Ramos Systems Engineer ___ Perl-Win32-Web mailing list [EMAIL PRO

Error in Browser

2001-01-11 Thread Purcell, Scott
Hello, I have a question I don't know if I can get around. I have a page that is generated from a DB query, and it takes a few seconds to draw. Anyway, if the end-user does NOT wait for the page to draw, and clicks the navigation to go elsewhere, there is a quick error shown in the browser (only

RE: [Perl-win32-web] Sort question

2001-01-11 Thread John Cesta - Lists
I di the search again after setting my pacakage repository to : http://www.activestatet.com/PPMPackages/5.005 Then I found and installed, through the internet, these twoo guys: WIN32-ODBC or DBD-ODBC Now my PPM query shows: WIN32-ODBC or DBD-ODBC these as well. I am going to have our expert PE

RE: [Perl-win32-web] Sort question

2001-01-11 Thread William R. Mussatto
On Wed, 10 Jan 2001, John Cesta - Lists wrote: > Date: Wed, 10 Jan 2001 12:48:44 -0500 > From: John Cesta - Lists <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [Perl-win32-web] Sort question > > I did the search - ppm search ODBC - it retur

Re: Trouble with Win32::ASP and SQL datetime

2001-01-11 Thread Ron Grabowski
> I've heard strong arguments both ways. One the one hand, in ASP pages, > the $Server->CreateObject() method is already available without needing > to be 'use'd or imported or the like; saves on startup. OTOH, > Win32::OLE is a more portable solution since it's available in most > Win32 install

Re: autovivifing, perl crashing etc...

2001-01-11 Thread raptor
]]>The config is very weird i.e : ]]>German-Win98 SE (4.10. A) /PWS/Active State build 623(5.6.0) > My perl interpeter is crashing very often when I try to print the output. Define crashing. Might be a job for perlbug! Have you looked at the output() method to see if Locale might be to blame

Can't Load Win32::API

2001-01-11 Thread Margaret Quinn
I am using PWS, perl 5.6 binary build 623 I was trying to get this api module installed but have fell on rough ground. As soon as i say use Win32::API; I get the following error: Can't find loadable object for module Win32::API in @INC (C:\PERL\PERL5.00402-BINDIST04-BC\Y\lib\site C:\PERL\PERL

Re: Trouble with Win32::ASP and SQL datetime

2001-01-11 Thread Tim Hammerquist
Ron Grabowski wrote: > > > $conn = Win32::OLE->new("ADODB.Connection"); > > Does anyone know if there are benefits to creating objects this way as > opposed to > > $Server->CreateObject("ADODB.Connection"); I've heard strong arguments both ways. One the one hand, in ASP pages, the $Server->Cr