RE: Request for more functionality in Math::BigFloat

2014-07-01 Thread Geoff Horsnell
e.com Subject: Re: Request for more functionality in Math::BigFloat - Original Message - From: "Geoff Horsnell" To: Sent: Wednesday, July 02, 2014 12:34 AM Subject: Request for more functionality in Math::BigFloat > Has anyone extended the Math::BigFloat package to includ

Re: Request for more functionality in Math::BigFloat

2014-07-01 Thread Sisyphus
- Original Message - From: "Geoff Horsnell" To: Sent: Wednesday, July 02, 2014 12:34 AM Subject: Request for more functionality in Math::BigFloat > Has anyone extended the Math::BigFloat package to include such niceties as > the INT function, or remaindering? I need

Request for more functionality in Math::BigFloat

2014-07-01 Thread Geoff Horsnell
Has anyone extended the Math::BigFloat package to include such niceties as the INT function, or remaindering? I need to be able to do some large calculations and those two functions would be very useful additions to the Math::BigFloat package Many thanks Geoff __

RE: Request help in compilation of IO::Tty module

2008-05-15 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Udaya K (udk) Sent: 14 May 2008 19:21 To: Jan Dubois; perl-win32-users@listserv.ActiveState.com Cc: Sowmya B S (sowbs) Subject: RE: Request help in compilation of IO::Tty module > Hi Jan, > Thank you for your valuable

RE: Request help in compilation of IO::Tty module

2008-05-14 Thread Udaya K (udk)
erl-win32-users@listserv.ActiveState.com Subject: RE: Request help in compilation of IO::Tty module You cannot use IO::Tty with regular Perl on Windows because Windows doesn't use pseudo-terminals. The only way to get this working on Windows is by using the Cygwin Unix emulation librar

RE: Request help in compilation of IO::Tty module

2008-05-14 Thread Jan Dubois
ehalf Of Udaya K (udk) Sent: May 14, 2008 9:52 AM To: perl-win32-users@listserv.ActiveState.com Subject: RE: Request help in compilation of IO::Tty module Hi all, I am trying to install IO::Tty and Expect module on my Windows Machine. I have downloaded the module from cpan. I am running (A

RE: Request help in compilation of IO::Tty module

2008-05-14 Thread Udaya K (udk)
Hi all, I am trying to install IO::Tty and Expect module on my Windows Machine. I have downloaded the module from cpan. I am running (Active State) Perl 5.8.8. When I try to run the install through cpan, I get the following error, nolock_cpan> install IO::Tty Running install

Re: Request for DBD::MS SQL

2007-05-15 Thread Huub Peters
his you need to setup a System DSN. This worked great for me on Win32, I have no idea if it can be done from Linux but read the DBI FAQ for possibilities. Regards, Huub Peters - Original Message - From: Ankit Mehrotra To: perl-win32-users@listserv.activestate.com Sent: Tuesday, May 15,

SV: Request for DBD::MS SQL

2007-05-15 Thread Henrik Schak Hansen
Use the DBD-ODBC package for connecting to MS SQL under windows. /henrik -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af David Dick Sendt: 15. maj 2007 14:01 Til: Ankit Mehrotra Cc: perl-win32-users@listserv.activestate.com Emne: Re: Request for DBD

Re: Request for DBD::MS SQL

2007-05-15 Thread David Dick
Try DBD::Sybase. Sybase and SQL Server have a common ancestry and use the same TDS protocol. Ankit Mehrotra wrote: > > Dear All , > > I intend to remotely query Microsoft SQL Server (MS SQL) using Perl > DBI module. The problems I am facing are : > 1. The is no Driver available for MS SQL . > 2

Request for DBD::MS SQL

2007-05-14 Thread Ankit Mehrotra
Dear All , I intend to remotely query Microsoft SQL Server (MS SQL) using Perl DBI module. The problems I am facing are : 1. The is no Driver available for MS SQL . 2. The documentation available for connecting using the Class DBI is not sufficient. I am using Perl 5.8.8 from ActiveState on wi

Re: POST request using LWP help with php forms

2006-11-17 Thread Alejandro Santillan
Thank you Bill!! It worked perfect! - Original Message - From: "$Bill Luebkert" <[EMAIL PROTECTED]> To: "Alejandro Santillan Iturres" <[EMAIL PROTECTED]> Cc: Sent: Friday, November 17, 2006 12:43 AM Subject: Re: POST request using LWP help with p

Re: POST request using LWP help with php forms

2006-11-16 Thread $Bill Luebkert
ol=NDX"> > > > > > > > So I've tried to get the page using LWP, passing some parameters using > the POST method: > > use LWP::UserAgent; > $ua = new LWP::UserAgent; > $get_url="http://marketsmart-real.pcquote.com/login.php";; > $r

POST request using LWP help with php forms

2006-11-16 Thread Alejandro Santillan Iturres
w LWP::UserAgent; $get_url="http://marketsmart-real.pcquote.com/login.php";; $req = HTTP::Request->new(POST=>$get_url); $req->content( redirectLocation=>"getquote.php?symbol=NDX", user=>"AJS2", password=&g

RE: LWP with binary request

2005-05-12 Thread h-taguchi
Hello, (B (BThank you for many, and good suggestions. (BI succeeded to emulate the Java client program just now. (B (BCRLF was not concerned. (BOur Java server program failed to read multi-byte strings (B'cause I failed to encode the strings in my script. (BOriginal data is in EUC-jp and Ja

Re: LWP with binary request

2005-05-12 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Now I understood the way, but I'm failing even now, 'cause > LWP/HTTP module sends request headers with 'CRLF'. > But server-side program coded in Java cannot read my request > with 'CRLF', which I tested with script using soc

RE: LWP with binary request

2005-05-12 Thread h-taguchi
TECTED] (B (B> -Original Message- (B> From: [EMAIL PROTECTED] (B> [mailto:[EMAIL PROTECTED] On (B> Behalf Of $BED8}(J [EMAIL PROTECTED](J (B> Sent: Thursday, May 12, 2005 5:11 PM (B> To: Perl-Win32-Users@listserv.ActiveState.com (B> Subject: RE: LWP with b

RE: LWP with binary request

2005-05-12 Thread h-taguchi
=> "keep-alive", (B":content_file" => $outXML, (B); (B (Bnot, (B (Bmy $ua = LWP::UserAgent->new; (Bmy $url = 'http://localhost/mytest/servlet/AcceptServlet'; (Bmy $req = POST $url, Content_Type => 'application/bang-gzip', (B Content =>

RE: LWP with binary request

2005-05-08 Thread Chris Wagner
The content-type shouldn't matter. The problem has to be on the receiver's end. Try using use CGI in the server script, that should decode the posted data properly. -- REMEMBER THE WORLD TRADE CENTER ---=< WTC 911 >=-- "...ne cede males" 0100 _

Re: LWP with binary request

2005-05-08 Thread $Bill Luebkert
zip'. Do you have control of the server-side program ? If so, you can modify it. If not, then you need to keep POST from changing the transfer encoding. When I use application/bang-gzip as the content type, it goes out in binary (not base64 encoded), so I'm not sure why yours is encodin

RE: LWP with binary request

2005-05-08 Thread h-taguchi
PROTECTED] (B (B (B> [EMAIL PROTECTED] wrote: (B> (B> > Hello, (B> > (B> > I have some trouble making a script with LWP. (B> > I'm writing a client program "wc_client", (B> > emulating an existing request which sends gzip'ed x

Re: LWP with binary request

2005-05-06 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Hello, > > I have some trouble making a script with LWP. > I'm writing a client program "wc_client", > emulating an existing request which sends gzip'ed xml data to > our server. > My script "wprint" running on p

LWP with binary request

2005-05-06 Thread h-taguchi
Hello, (B (BI have some trouble making a script with LWP. (BI'm writing a client program "wc_client", (Bemulating an existing request which sends gzip'ed xml data to (Bour server. (BMy script "wprint" running on port 80 printed out the request, (Bfirst of w

Re: Request Info

2005-02-22 Thread Chris Wagner
If it dies intermittently I would put in some code to catch the error and retry it a few times. At 01:30 PM 2/22/05 +0530, Rajesh Vattem wrote: > >Hi, >I am facing an issue with reading/writing COM port. I am using Win32 serial >port API for this purpose. The problem is that some times opening or

Request Info

2005-02-22 Thread Rajesh Vattem
Hi, I am facing an issue with reading/writing COM port. I am using Win32 serial port API for this purpose. The problem is that some times opening or closing COM port handle fails and the program dies. Because of this the test session I execute terminates abruptly. I call this perl script from a GU

Request

2004-12-15 Thread Jim Palmer
I don't know how I got onto this mailing list. Please remove me from it as soon as possible. Thanks __ Do you Yahoo!? Jazz up your holiday email with celebrity designs. Learn more. http://celebrity.mail.yahoo.com ___

RE: Request: howto install GD.pm using ppm on 5.8?

2004-09-09 Thread Peter Guzis
From: Arms, Mike [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:26 PM To: 'Michael 'topdog' Thompson'; [EMAIL PROTECTED] Subject: RE: Request: howto install GD.pm using ppm on 5.8? step 3 profit :-) -- Mike Arms -Original Message- From: Micha

RE: Request: howto install GD.pm using ppm on 5.8?

2004-09-09 Thread Arms, Mike
step 3 profit :-) -- Mike Arms -Original Message- From: Michael 'topdog' Thompson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 11:40 AM To: [EMAIL PROTECTED] Subject: Request: howto install GD.pm using ppm on 5.8? hi , step 1 is ppm step 2 is install GD

Request: howto install GD.pm using ppm on 5.8?

2004-09-09 Thread Michael 'topdog' Thompson
-- hi , step 1 is ppm step 2 is install GD step 3 is ??? regards, michael thompson "i have slipped the surly bonds of earth, and danced the skies on laughter-silvered wings;" --john gillespie magee jr. ___ Perl-Win32-Users mailing list [EMAIL PROTECTED]

RE: request: mozilla proxy settings using perl/proxy/recorder question.

2004-06-23 Thread Raymond Forbes
Did you point it at the port as well as the IP address? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael 'topdog' Thompson Sent: Wednesday, June 23, 2004 11:47 AM To: [EMAIL PROTECTED] Subject: request: mozilla proxy settings using

request: mozilla proxy settings using perl/proxy/recorder question.

2004-06-23 Thread Michael 'topdog' Thompson
- hi, below is my perl program that will allow me to record my work in mozilla. #!\perl # use HTTP::Proxy; use HTTP::Recorder; # my $agent = new HTTP::Recorder; $agent->file ( "logFile.txt" ); # my $proxy = HTTP::Proxy->new ( port => 808

Re: request: HTTP::Proxy module install question.

2004-06-22 Thread Sisyphus
Michael 'topdog' Thompson wrote: - hi, i'm trying to install the HTTP::Proxy module. when i run the 'nmake test' command it does a halt at 't\20dummy...'. below is my install sequence. what step did i not do? You've done all the steps. I don't understand why you're issuing the 'pause

Re: Automating a HTML request....

2004-05-14 Thread Richard Morse
On 13 May 2004, at 03:39 PM, George Gallen wrote: Not sure how to go about this, or which modules to best use. I need to first request a web page, then post that form with a value filled in. Basically, nightly we want to poll a vendor with out orders to complete a report for the am that

RE: request: SOAP::Lite parameter passing question.

2004-04-16 Thread Grant Babb
uot;)".""; } } print ""; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael 'topdog' Thompson Sent: Thursday, April 15, 2004 6:38 PM To: [EMAIL PROTECTED] Subject: request: SOAP::Lite parameter passing question

Re: request: SOAP::Lite parameter passing question.

2004-04-15 Thread Randy W. Sims
Please do not post messages below the signature (A line containing only two dashes followed by a single space). Many MUAs treat the signature special. For example mine draws the text in a light grey that is difficult to read, and when responding it strips out the signature. Thank you, Randy. __

request: SOAP::Lite parameter passing question.

2004-04-15 Thread Michael 'topdog' Thompson
-- hi, i'm working with the soap::lite. i've got to interface with a c# web service that requires one parameter, but i'm getting nothing back. my code looks like the following: use SOAP::Lite; my $soapResponse = SOAP::Lite -> service('http://1.2.

Re: https request

2003-10-15 Thread Sisyphus
Sisyphus wrote: perl\site\lib\auto\HTML\ folder cannot be found. should read 'perl\site\lib\auto\HTML\Parser folder'. Cheers, Rob -- Any emails containing attachments will be deleted from my ISP's mail server before I even get to see them. If you wish to email me an attachment, please provide

Re: https request

2003-10-15 Thread Sisyphus
Noushad Dawood wrote: Can't locate loadable object for module HTML::Parser in @INC (@INC contains This is telling you that 'Parser.dll', which should be in your perl\site\lib\auto\HTML\ folder cannot be found. Sounds like HTML::Parser has not been installed correctly. Best solution is to in

https request

2003-10-15 Thread Noushad Dawood
Friends, I need to download files from an https site on a daily basis. Here is the script I started with. #! /usr/local/bin/perl5 use LWP::UserAgent; use LWP::Protocol::https; my $ua = LWP::UserAgent->new; my $req = HTTP::Request->new(GET =>'https://somesite.com/somefile.csv&#x

Re: Newby syntax help request

2003-06-28 Thread =James Birkholz=
Thanks, NIck, that was exactly the problem! Now I know which parts of the book to read first! (When I slow down...) James At 02:02 PM 6/28/03, Nick Pomponio wrote: James, It's been a while since I used HTML::TableExtract, but I believe that each row from the rows() method is an array of cell va

Newby syntax help request

2003-06-28 Thread =James Birkholz=
Thanks to Rob for helping me get the correct version of HTML::Parser past the gates of PPM so I could run HTML::TableExtract. Now I can successfully extract table data on web pages, but am having trouble parsing some text for my web-crawler, since this is my first Perl cod

Re: how can I see exactly what headers are sent in an HTTP request

2003-06-22 Thread $Bill Luebkert
Bennett Haselton wrote: > > Thanks, I'm experimenting with it now. It's useful, but one apparent bug > is that it doesn't rewrite the Host: header in an HTTP conversation. So if > you set it to redirect the conversation to some remote host, and then you > connect to your local machine, the sc

Re: how can I see exactly what headers are sent in an HTTP request

2003-06-22 Thread Bennett Haselton
;t know if the > moderators approved this message when I first sent it to the list. If > anybody replied to the list, I didn't see it.] > > How can I see *exactly* what HTTP headers are sent when I create a > UserAgent object, a Request object, and make the request using the

Re: how can I see exactly what headers are sent in an HTTP request

2003-06-21 Thread $Bill Luebkert
sage when I first sent it to the list. If > anybody replied to the list, I didn't see it.] > > How can I see *exactly* what HTTP headers are sent when I create a > UserAgent object, a Request object, and make the request using the > user-agent? > > e.g. in this code

how can I see exactly what headers are sent in an HTTP request

2003-06-21 Thread Bennett Haselton
ybody replied to the list, I didn't see it.] How can I see *exactly* what HTTP headers are sent when I create a UserAgent object, a Request object, and make the request using the user-agent? e.g. in this code: >>> use strict; use LWP::UserAgent; my $ua = new LWP::UserAgent; $ua-&g

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::UserAgen

HTTP-Request-Common not working

2003-03-12 Thread Steve
I'm having a problem getting HTTP-Request-Common to work, so I made a test file with the code right out of the docs (well, different URL):   use HTTP::Request::Common;$ua = LWP::UserAgent->new;$ua->request(GET 'http://www.cnn.com/');   When I run this I get:  Can&#x

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

2003-01-30 Thread Peter Guzis
>From the LWP::UserAgent pod: The request can be aborted by calling die() in the callback routine. The die message will be available as the ``X-Died'' special response header field. Peter Guzis Web Administrator, Sr. ENCAD, Inc. - A Kodak Company email: [EMAIL PROTECTED]

LWP::UserAgent question (was: One more time... trouble with Win32::Internet - http Request() vs. ReadFile())

2003-01-30 Thread Jeff Shanholtz
Title: LWP::UserAgent question (was: One more time... trouble with Win32::Internet - http Request() vs. ReadFile())   Now that I've switched from Win32::Internet to LWP::UserAgent, the only thing I haven't been able to figure out is how do I bail out of a request when I'm

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 re

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

2003-01-30 Thread Tillman, James
> Anyone have an idea how to get past this one? 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 (wh

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

2003-01-30 Thread Jeff Shanholtz
#x27;t. The symptoms are that the headers sent in the request are apparently corrupted and I get a status code of 400 (bad request) with a returned file as follows below. The highlights of what the server tells me seem to be the statement "Size of a request header field exceeds server lim

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]>; <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 12:23 PM Subject: RE: One more time... trouble with Win32::Internet - http Request() v

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

2003-01-29 Thread Jeff Shanholtz
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 addition, OpenRequest fails with the > following error message (which implies that the H

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::Inter

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

2003-01-29 Thread Jeff Shanholtz
MAIL 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 downloa

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.co

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

2003-01-29 Thread Jeff Shanholtz
ver know: http://aspn.activestate.com/ASPN/Mail/Message/974613 Jonathan At 01:13 PM 1/29/2003 -0800, Jeff Shanholtz wrote: >I'm hoping someone can help, but so far I haven't seen a response... >Here it is again... > >I want to use OpenRequest/SendRequest/ReadFile instead of j

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

2003-01-29 Thread Jonathan Epstein
://aspn.activestate.com/ASPN/Mail/Message/974613 Jonathan At 01:13 PM 1/29/2003 -0800, Jeff Shanholtz wrote: >I'm hoping someone can help, but so far I haven't seen a response... >Here it is again... > >I want to use OpenRequest/SendRequest/ReadFile instead of just Request >

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

2003-01-29 Thread Jeff Shanholtz
I'm hoping someone can help, but so far I haven't seen a response... Here it is again... I want to use OpenRequest/SendRequest/ReadFile instead of just Request because I want continual status during the download (I'm downloading sizeable files). I seem not to be able to do a second

RE: 5.8 GD, DB_File, and TK::Jpeg ppd request

2002-12-26 Thread Burak Gürsoy
::Jpeg ppd request On Sat, 14 Dec 2002, Bruce Winter wrote: > You mentioned a freetype lib fix. Do you think with that fix > we will be able to use TrueType fonts in GD? In past versions, > we have gotten that to work well on linux, but never with > windows GD. It always returned

RE: 5.8 GD, DB_File, and TK::Jpeg ppd request

2002-12-26 Thread Randy Kobes
On Sat, 14 Dec 2002, Bruce Winter wrote: > You mentioned a freetype lib fix. Do you think with that fix > we will be able to use TrueType fonts in GD? In past versions, > we have gotten that to work well on linux, but never with > windows GD. It always returned empty boxes where the fonts > sho

RE: 5.8 GD, DB_File, and TK::Jpeg ppd request

2002-12-14 Thread Bruce Winter
> :) > All three of those modules are in our 5.8 repository at > http://theoryx5.uwinnipeg.ca/ppms/, which you can access > by setting the repository within the ppm shell to > http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 > The GD module is version 2.05, and includes jpeg and fr

RE: List Maintainer Request

2002-11-05 Thread Scott Carr
I use Horde::Imp webmail. I have a Filter setup to go into different folders and such. With a header, it is just easier to know what is Mailing List generated at a glance before I run the filter. It is not real big of an issue, just a request. ;-) Have fun... -- Scott Carr OpenOffice.org

List Maintainer Request

2002-11-05 Thread Scott Carr
Can you please put [Perl-Win32-Users] at the beginning of subject lines for this mailing list? (Or some derivitive. ;-) ) I am a member of several Mailing Lists. Knowing from which mailing list something is from is very helpfull. Thanks. -- Scott Carr OpenOffice.org Documentation Maintaine

Re: Any help appreciated - unusual cookie request

2002-09-27 Thread Carl Jolley
the username via $ENV{USERNAME} and build a cookie do a request to > the server so that the cookie will be built on the users box containing the > user's USERNAME, so that I can use cgi->cookie and know who is there. What I > have attempted so far. I have a cookie built on the openi

Re: Any help appreciated - unusual cookie request

2002-09-26 Thread $Bill Luebkert
Ron Grabowski wrote: >>set expire to 01/01/2045. Any and all observations appreciated. > > > What does this have to do with Perl-Win32-Admin or Perl-Win32-Users? I > think its a -Web related question at best. Although he tried to cross-post, they all went to web and resulted in a single post.

Any help appreciated - unusual cookie request

2002-09-26 Thread Norris, Joseph
Here is the situation: I am on an network of windows boxes with apache running on one of the boxes. I have my web apps there with perl/mysql etc.. I want to build a script that will be run in the users login script that will take the username via $ENV{USERNAME} and build a cookie do a request to

Re: How to use vbNullString datatype in Perl Win32::OLE???? (second request)

2002-03-11 Thread Mike G
At 10:54 AM 03/11/02, Bullock, Howard A. wrote: >Is there no one that has gotten this to work with this or other MS call? > >I am using OLE and OpenDSObject successfully as shown in the line below >where the $account and $password variables are given appropriate values. > >$objMyIADs->OpenDSObject

How to use vbNullString datatype in Perl Win32::OLE???? (second request)

2002-03-11 Thread Bullock, Howard A.
Is there no one that has gotten this to work with this or other MS call? I am using OLE and OpenDSObject successfully as shown in the line below where the $account and $password variables are given appropriate values. $objMyIADs->OpenDSObject($ADsPath, $account, $password, 1) But in order to ge

Re: Socket with XML Request

2002-02-15 Thread shurst
Sorry, I got out of the 'doing other people's homework for free' business after grad school. Steve Hi Everybody, I need help on this : 1) Generate an XML request. 2) Open a TCP socket to www.somename.com on port 100. 3) Strip out any carriage retur

Socket with XML Request

2002-02-14 Thread karthikeyan
Hi Everybody,     I need help on this :   1)   Generate an XML request. 2)   Open a TCP socket to www.somename.com on port 100. 3)   Strip out any carriage returns or linefeeds from my request. 4)   Send my request as plain ASCII text. Should send a CrLf when done. 5

Email subscription script.....Request for Guidance .....

2001-12-28 Thread Investor
Hi, Thanks for reading my email. A good email subscription list for a new website is my objective... If you all would have helpful comments as to a good email subscription script to purchase or a good (free)script that may need some modifications or may not I am most thankful.. __

Re: https request module.

2001-11-28 Thread $Bill Luebkert
Siva Namburi wrote: > Hi, > > Is there a perl module which will enable me to send "https" requests. The > current http::request module can only send > regular http requests. You need Crypt::SSLeay to go with. I think that's all. -- ,-/- __ _

https request module.

2001-11-28 Thread Siva Namburi
Hi, Is there a perl module which will enable me to send "https" requests. The current http::request module can only send regular http requests. thanks, siva ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.Activ

Re: request help tcp to mysql

2001-04-03 Thread Philip Newton
David Armstrong wrote: > Could anyone please show how to include another perl file used as a > configuration script Probably with either 'do' or 'require'. `perldoc -f do`, `perldoc -f require` to read about the difference. > i have used the code below in linux and it works fine but on > portin

CROSSP: Request PPM package of Text::Iconv

2001-03-06 Thread Brian Gilkison
ckage; it is my understanding there's no native iconv() functions in Win32. Elsewhere it was suggested to try building the necessary package directly from the files at CPAN, but for various reasons I am unable to build this myself. Therefore, I would like to request that Text::Iconv b

request help tcp to mysql

2001-03-06 Thread David Armstrong
Could anyone please show how to include another perl file used as a configuration script i have used the code below in linux and it works fine but on porting to win32 it's a problem if (-f "tele.conf") { eval `cat tele.conf`; } else { print "Couldn't find file tele.conf in current directory.\n";

Re: include file help request

2001-03-06 Thread Ron Grabowski
> i have used the code below in linux and it works fine but on porting to > win32 it's a problem What is the problem? > eval `cat tele.conf`; C:\>cat The name specified is not recognized as an internal or external command, operable program or batch file. Try this instead: require "tele.conf";

RE: include file help request

2001-03-06 Thread Peter Eisengrein
you probably want to change -f to -e and it should work. -Original Message- From: David Armstrong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 2:53 PM To: [EMAIL PROTECTED] Subject: include file help request Could anyone please show how to include another perl file used as

RE: include file help request

2001-03-06 Thread Cornish, Merrill
, 2001 1:53 PM > To: [EMAIL PROTECTED] > Subject: include file help request > > Could anyone please show how to include another perl file used as a > configuration script > i have used the code below in linux and it works fine but on porting to > win32 it's a pro

RE: include file help request

2001-03-06 Thread Peter Guzis
D] Subject: include file help request Could anyone please show how to include another perl file used as a configuration script i have used the code below in linux and it works fine but on porting to win32 it's a problem if (-f "tele.conf") { eval `cat tele.conf`; } else { print "

include file help request

2001-03-06 Thread David Armstrong
Could anyone please show how to include another perl file used as a configuration script i have used the code below in linux and it works fine but on porting to win32 it's a problem if (-f "tele.conf") { eval `cat tele.conf`; } else { print "Couldn't find file tele.conf in current directory.\n";

Request...(also: Trying to install ActivePerl!!!)

2001-02-21 Thread Kaspars Vilkens
Well, I am getting pretty desperate, there was no program I have tried to install for so long time as Perl and PWS, I am considering to move to Win2K :-( 1) Not working like this (Gives same error)!!! [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip t Map] ".pl" = "C:

Re: Request...

2001-02-20 Thread Rythmist
reinstall. Rythmist http://www.studiodeluxe.net/pws/ - Original Message - From: "Kaspars Vilkens" <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 10:31 AM Subject: RE: Request... > I will be very thankfull if you write down step by step how you installed > your

Re: Request...

2001-02-20 Thread Shawn
LISTSERV" <[EMAIL PROTECTED]>; "Perl-ADMINS LISTSERV" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 3:53 AM Subject: Request... > # > #Well does

RE: Request...

2001-02-20 Thread Matthew Thompson
rom: Kaspars Vilkens [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:54 AM To: Activeperl LISTSERV Cc: Perl-Web LISTSERV; Perl-Users LISTSERV; Perl-ADMINS LISTSERV Subject: Request... # #Well does anybody know what's the pr

Re: request

2001-02-16 Thread Basil A. Daoust
great article. > I think you need to read this article on why questions go unanswered. > > http://perl.plover.com/Questions.html > ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Re: Request...

2001-02-16 Thread Charles Pelkey
Well, I believe the problem is that your not returning any headers from the script, so it can not be displayed. Without posting the perl code, there is no real way to tell, but the error you are explaining is normally a result of you not using the following line at the top of your script: prin

Re: Request...

2001-02-16 Thread Joe Schell
ars Vilkens > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew > Thompson > Sent: Friday, February 16, 2001 11:56 AM > To: 'Kaspars Vilkens'; Activeperl LISTSERV > Cc: Perl-Web LISTSERV; Perl-Users LISTSERV

Re: Request...

2001-02-16 Thread Lee Goddard
Um, you have set permissions on the script dir? Kaspars Vilkens wrote: > > The directory structure of the server is: > > home dir: C:\inetpub\wwwroot\ > scripts dir: C:\inetpub\scripts\(alias \scripts) > > script I want to execute is needed to generate frames html, depending on > us

Re: Request...

2001-02-16 Thread Lee Goddard
, February 16, 2001 11:56 AM > To: 'Kaspars Vilkens'; Activeperl LISTSERV > Cc: Perl-Web LISTSERV; Perl-Users LISTSERV; Perl-ADMINS LISTSERV > Subject: RE: Request... > > I think you need to change the script map key to use %s like below. (I have > a very similar setup and

RE: request

2001-02-16 Thread Mike Prozinski
nt: Wednesday, February 14, 2001 1:21 AM To: [EMAIL PROTECTED] Subject: request Hi, i am facing a typical problem.the problem is: we have an windowsNT IIS[ver4.0] server.i want to put all the perl scripts on that server. i have e-mail account in Solaris system. what i want to know is when

http::request::form

2001-02-07 Thread John Giordano
Hello list! I wish I could buy everyone on here a beer. Has anyone used HTTP::Request::Form to hit radio buttons on a web page before? It works great for me when I try it on a simple HTML page but I am trying to fetch a bunch of complex HTML from the error web page on our mail server. This

PPM Request: Unicode::Map8 and Unicode::MapUTF8

2001-01-18 Thread ChrisGBleasby
I would like to have these two modules add to the 6xx PPM repository. Can you please tell me if this is possible and if so, when? Thanks in advance. Chris Bleasby ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mail

PPM Request: Unicode::String

2000-11-06 Thread Philip Newton
Hi, I'd like to have Unicode::String added to the 522 PPM repository. I believe builds 6xx have Unicode support already, but I'm still using 522 here, and would like to use this module; however, it includes an XS component. Thanks a lot! Cheers, Philip __