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
- 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
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
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
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
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
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
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
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
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
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 ??
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
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
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++
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.
__
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
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
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
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
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
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
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
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
, 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
>"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
25 matches
Mail list logo