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
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
__
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
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,
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
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
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
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
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
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
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
[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
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
=> "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 =>
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
_
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
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
[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
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
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
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
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
___
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
--
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]
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
-
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
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
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
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
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.
__
--
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.
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
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
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
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
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
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
;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
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
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
- 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
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
>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]
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
- 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
> 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
#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
- 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
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
- 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
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
- 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
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
://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
>
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
::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
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
> :)
> 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
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
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
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
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.
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
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
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
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
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
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..
__
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.
--
,-/- __ _
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
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
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
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";
> 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";
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
, 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
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 "
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";
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:
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
LISTSERV" <[EMAIL PROTECTED]>; "Perl-ADMINS LISTSERV"
<[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 3:53 AM
Subject: Request...
> #
> #Well does
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
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
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
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
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
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
__
96 matches
Mail list logo