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 to be able to do s

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
I did this with DBD::ODBC. Here's a connection example: == use DBI; my $dbname = 'database_name'; my $dbhost = '192.168.1.100'; my $dbuser = 'username'; my $dbpass = 'password'; my $dbh = DBI->connect("DBI:ODBC:driver=SQL Server;database=$dbname;Server=$dbhos

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

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

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 step 3 is ??

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 perl/proxy/record

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: request: SOAP::Lite parameter passing question.

2004-04-16 Thread Grant Babb
Maybe try something like this (you need to substitute parameters). I don't believe you will get all the SOAP headers (SOAP:Lite parses all that for you): If you posted the WSDL I could tell you what this code should be exactly. print ""; foreach $r(@{$result->{'resultElements'}}) { $rescount++

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

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

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
What is the html call you are making to get the script? Shawn - Original Message - From: "Kaspars Vilkens" <[EMAIL PROTECTED]> To: "Activeperl LISTSERV" <[EMAIL PROTECTED]> Cc: "Perl-Web LISTSERV" <[EMAIL PROTECTED]>; "Perl-Users LISTSERV" <[EMAIL PROTECTED]>; "Perl-ADMINS LISTSERV" <[EM

RE: Request...

2001-02-20 Thread Matthew Thompson
I think you need to change the script map key to use %s like below. (I have a very similar setup and this works ok on my PC) [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip t Map] ".pl" = "C:\perl\bin\perl.exe %s %s" -Original Message- From: Kaspars Vilkens

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
>"please solve this problem and mail me." Are you kidding me? I think you need to read this article on why questions go unanswered. http://perl.plover.com/Questions.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of P.V.Sankar Sent: Wednesday, Febr