Re: Remove Email of [EMAIL PROTECTED]

2005-01-05 Thread Frank75063
Please remove [EMAIL PROTECTED]
 
Thanks__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Help on ppm

2005-01-05 Thread h-taguchi
Thanks for reply.
(B
(B> I'm not sure what caused that error - it may be the
(B> download got corrupted. If you try again, does the same
(B> error consistently arise?
(B
(BYes, I get the same error.
(B(I can do it with my another PC without proxy.)
(B
(B--
(BC:\>ppm
(BPPM - Programmer's Package Manager version 3.1.
(BCopyright (c) 2001 ActiveState Corp. All Rights Reserved.
(BActiveState is a devision of Sophos.
(B
(BEntering interactive shell. Using Term::ReadLine::Stub as readline library.
(B
(BType 'help' to get started.
(B
(Bppm> install http://theoryx5.uwinnipeg.ca/ppms/Apache-Template.ppd
(BError: Package 'libapreq2' not found. Please 'search' for it first.
(Bppm> install http://theoryx5.uwinnipeg.ca/ppms/libapreq2.ppd
(B
(BInstall 'libapreq2' version 2.04-dev in ActivePerl 5.8.4.810.
(B
(BDownloaded 79183 bytes.
(BExtracting 78/78: blib
(BInstalling C:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.bs
(BInstalling C:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.dll
(BInstalling C:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.exp
(BInstalling C:\Perl\site\lib\Apache2\auto\Apache\Cookie\Cookie.lib
(BInstalling C:\Perl\site\lib\Apache2\auto\Apache\Request\Request.bs
(B...
(BInstalling C:\Perl\site\lib\Apache\Upload.pm
(B
(BThe Apache2 module mod_apreq.so and the dll libapreq2.dll are needed to
(Bcomplete the installation. I will now fetch and install
(Bthese for you.
(B
(BInstall under "C:/Apache2"? [yes]
(Bfetching CHECKSUMS ...  done!
(BCould not open CHECKSUMS: No such file or directory at install_script line 115,
(B line 1.
(BCould not load CHECKSUMS: No such file or directory at install_script line 58, <
(BSTDIN> line 1.
(Bunlink C:\Perl\html\site\lib\Apache2ApacheCookie.html
(B...
(Bunlink C:\Perl\site\lib\auto\libapreq2\.packlist
(BCan't remove directory C:\DOCUME~1\taguti\LOCALS~1\Temp/libapreq2-3720-110497647
(B9: Permission denied at C:/Perl/site/lib/PPM/Repository.pm line 247
(BError: (un)install script failed: 'C:\Perl\bin\perl.exe install_script'
(Bppm>
(B--
(B
(BRegards,
(BHirosi Taguti
(B[EMAIL PROTECTED]
(B
(B
(B> -Original Message-
(B> From: Randy Kobes [mailto:[EMAIL PROTECTED] 
(B> Sent: Wednesday, January 05, 2005 11:31 PM
(B> To: Hirosi Taguti
(B> Cc: Perl-Win32-Users@listserv.ActiveState.com
(B> Subject: Re: Help on ppm
(B> 
(B> On Wed, 5 Jan 2005 [EMAIL PROTECTED] wrote:
(B> 
(B> > Hello,
(B> >
(B> > I like to install mod_perl, Template-Toolkit and 
(B> Apache-Template into Win32.
(B> > But ppm fails on some points.
(B> > Any idea?
(B> >
(B> > First,
(B> > ppm> install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
(B> > ...
(B> > Fetching http://theoryx5.uwinnipeg.ca/ppms/x86/mod_perl.so 
(B> ...  done!
(B> > Cannot find mod_perl.so
(B> > Installation of mod_perl.so not completed.
(B> > Successfully installed mod_perl version 2.0.0-RC2-XMas in 
(B> ActivePerl 5.8.4.810.
(B> > ppm>
(B> >
(B> > Installer cann't find mod_perl.so.
(B> > My internet env is firewalled by proxy, and I'm setting env of
(B> > HTTP_proxy and HTTP_proxy_pass, so install script 
(B> install_modperl has some
(B> > trouble or so, but I'm not sure.
(B> 
(B> Thanks for pointing this out - I think you're right that the
(B> post-install script has some problems with firewalls, and
(B> I'll look at that. In the meantime, downloading mod_perl.so
(B> manually from http://theoryx5.uwinnipeg.ca/ppms/x86/ and
(B> placing it in your Apache2 modules/ directory should work.
(B> 
(B> > I can download mod_perl.so from uwinnipeg by IE, but ppm
(B> > fails on various points, one is "Open error of CHECKSOME"
(B> > at Apache-Template.
(B> 
(B> I'm not sure what caused that error - it may be the
(B> download got corrupted. If you try again, does the same
(B> error consistently arise?
(B> 
(B> > I tried to copy ppd, script, and else into my PC Apache
(B> > server, and tried, but this time ppm says 403 error, but I
(B> > can access it with IE.
(B> >
(B> > ppm> install http://localhost/ppms/mod_perl.ppd
(B> > Error: Failed to download URL 
(B> http://localhost/ppms/mod_perl.ppd: 403 ERROR
(B> > ppm>
(B> >
(B> > Regards,
(B> > Hirosi Taguti
(B> > [EMAIL PROTECTED]
(B> 
(B> For the other modules, if you can't install them through
(B> ppm, what you might try is downloading the ppd file (and
(B> associated tar.gz file, in the x86/ subdirectory of our
(B> repository), and edit the ppd file so that the HREF in
(B> CODEBASE just reads, for example,
(B> HREF="Apache-Template.tar.gz" (assuming the ppd and tar.gz
(B> file are in the same directory). Then, within that
(B> directory,
(B>ppm install WhatEver.ppd
(B> should work.
(B> 
(B> -- 
(B> best regards,
(B> randy kobes
(B> 
(B

Re: Name-conflict ("head") between ppt and lwp on Windows

2005-01-05 Thread $Bill Luebkert
Suresh Govindachar wrote:

> I wanted to do this -- but could not figure out how using
> ppm.  I ended up creating a copy of my perl directory,
> installing ppt using ppm, and then diff'ing the updated perl
> directory with the original copy.  That's how I found out
> that the three files had been overwritten.  (And no, I could
> not use ppt's diff to compare the two perl directories -- I
> ended up getting diff and other unix-tools from djgpp.)  
> 
>  - So, how can one specify the installation directory while
>using ppm?  
> 
>  - If one cannot do specify the installation directory using
>ppm, what's a better way to install ppt (and other
>"packages") to a specific directory?

Don't know - didn't use PPM to install.  You could always make
a backup prior to installing and then merge them somehow.  I
would just install PPT without using PPM - I think I got it in
a plain zip file.

> Don't understand why the html file need not be renamed -- it
> (HEAD.html) did get overwritten (by a different head.html).

I didn't know you had used PPM to install PPT.  I doubt there are
HTML files for PPT, but maybe when you use PPM there are.

-- 
  ,-/-  __  _  _ $Bill LuebkertMailto:[EMAIL PROTECTED]
 (_/   /  )// //   DBE CollectiblesMailto:[EMAIL PROTECTED]
  / ) /--<  o // //  Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Name-conflict ("head") between ppt and lwp on Windows

2005-01-05 Thread Suresh Govindachar
 $Bill Luebkert Sent on 05 Jan 2005 15:52:44 -0800:
> Suresh Govindachar wrote:
>>  $Bill Luebkert Sent on 05 Jan 2005 12:09:39 -0800:
>>>Suresh Govindachar wrote:
>> 
Hello,

The ppt (Unix Reconstruction Project 0.14) and lwp 
have three files with the same name (ignoring case):
on Windows:

 perl/bin/HEAD
 perl/bin/HEAD.bat
 perl/html/bin/HEAD.html 
>>>
>>>It's also a popular UNIX utility (which is what the PPT
>>>version is emulating) - so what's the point ?  You can
>>>rename one or use a full path to get the one that's not
>>>first on your path.
>> 
>> The point:
>> 
>> 1) Installing ppt on Windows _silently_ overwrites 
>>each of the 3 lwp files.
>
> Put them in another directory.  Maybe perl/bin/PPT

I wanted to do this -- but could not figure out how using
ppm.  I ended up creating a copy of my perl directory,
installing ppt using ppm, and then diff'ing the updated perl
directory with the original copy.  That's how I found out
that the three files had been overwritten.  (And no, I could
not use ppt's diff to compare the two perl directories -- I
ended up getting diff and other unix-tools from djgpp.)  

 - So, how can one specify the installation directory while
   using ppm?  

 - If one cannot do specify the installation directory using
   ppm, what's a better way to install ppt (and other
   "packages") to a specific directory?

>> 2) I don't know if renaming the three lwp files will 
>>break anything (for example, a link to lwp's HEAD.html
>>in some other lwp related documentation file).
>
> You don't have to rename the html file for sure.  The
> other two can be circumvented by the answer to 1) above.

Don't understand why the html file need not be renamed -- it
(HEAD.html) did get overwritten (by a different head.html).

>> My 2 cents -- with the caveat that I don't know what
>> lwp's HEAD is all about -- is that because  lwp's head is
>> already capitalized to distinguish it from the usual unix
>> head and because ppt is trying to be like the usual unix
>> head, ppt's head ought to get to retain the name.
>
> HTTP has GET, POST, PUT, HEAD, DELETE, LINK, etc.  HEAD is
> like a GET, but it doesn't return the body portion of the
> page.

Thanks.

>> By the way, why is lwp's head called "HEAD"?  When I
>> looked inside the files, the content seemed to be about
>> lwp-request;  in my brief view, I did not notice anything
>> about "head(er)" inside the three lwp-HEAD files.

> See above.

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Name-conflict ("head") between ppt and lwp on Windows

2005-01-05 Thread $Bill Luebkert
Suresh Govindachar wrote:

>  $Bill Luebkert Sent on 05 Jan 2005 12:09:39 -0800:
> 
> 
>>Suresh Govindachar wrote:
> 
> 
>>>Hello,
>>>
>>>The ppt (Unix Reconstruction Project 0.14) and lwp 
>>>have three files with the same name (ignoring case):
>>>on Windows:
>>>
>>> perl/bin/HEAD
>>> perl/bin/HEAD.bat
>>> perl/html/bin/HEAD.html 
>>
>>It's also a popular UNIX utility (which is what the PPT
>>version is emulating) - so what's the point ?  You can
>>rename one or use a full path to get the one that's not
>>first on your path.
> 
> 
> The point:
> 
> 1) Installing ppt on Windows _silently_ overwrites 
>each of the 3 lwp files.

Put them in another directory.  Maybe perl/bin/PPT

> 2) I don't know if renaming the three lwp files will 
>break anything (for example, a link to lwp's HEAD.html 
>in some other lwp related documentation file).

You don't have to rename the html file for sure.  The other
two can be circumvented by the answer to 1) above.

> My 2 cents -- with the caveat that I don't know what lwp's
> HEAD is all about -- is that because  lwp's head is already
> capitalized to distinguish it from the usual unix head and
> because ppt is trying to be like the usual unix head, ppt's
> head ought to get to retain the name.

HTTP has GET, POST, PUT, HEAD, DELETE, LINK, etc.  HEAD is like a
GET, but it doesn't return the body portion of the page.

> By the way, why is lwp's head called "HEAD"?  When I looked
> inside the files, the content seemed to be about
> lwp-request;  in my brief view, I did not notice anything
> about "head(er)" inside the three lwp-HEAD files.

See above.

-- 
  ,-/-  __  _  _ $Bill LuebkertMailto:[EMAIL PROTECTED]
 (_/   /  )// //   DBE CollectiblesMailto:[EMAIL PROTECTED]
  / ) /--<  o // //  Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Name-conflict ("head") between ppt and lwp on Windows

2005-01-05 Thread Suresh Govindachar
 $Bill Luebkert Sent on 05 Jan 2005 12:09:39 -0800:

> Suresh Govindachar wrote:

>> Hello,
>> 
>> The ppt (Unix Reconstruction Project 0.14) and lwp 
>> have three files with the same name (ignoring case):
>> on Windows:
>> 
>>  perl/bin/HEAD
>>  perl/bin/HEAD.bat
>>  perl/html/bin/HEAD.html 
> 
> It's also a popular UNIX utility (which is what the PPT
> version is emulating) - so what's the point ?  You can
> rename one or use a full path to get the one that's not
> first on your path.

The point:

1) Installing ppt on Windows _silently_ overwrites 
   each of the 3 lwp files.

2) I don't know if renaming the three lwp files will 
   break anything (for example, a link to lwp's HEAD.html 
   in some other lwp related documentation file).

My 2 cents -- with the caveat that I don't know what lwp's
HEAD is all about -- is that because  lwp's head is already
capitalized to distinguish it from the usual unix head and
because ppt is trying to be like the usual unix head, ppt's
head ought to get to retain the name.

By the way, why is lwp's head called "HEAD"?  When I looked
inside the files, the content seemed to be about
lwp-request;  in my brief view, I did not notice anything
about "head(er)" inside the three lwp-HEAD files.

--Suresh

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Name-conflict ("head") between ppt and lwp on Windows

2005-01-05 Thread $Bill Luebkert
Suresh Govindachar wrote:

> Hello,
> 
> The ppt (Unix Reconstruction Project 0.14) and lwp 
> have three files with the same name (ignoring case):
> on Windows:
> 
>  perl/bin/HEAD
>  perl/bin/HEAD.bat
>  perl/html/bin/HEAD.html 

It's also a popular UNIX utility (which is what the PPT version is
emulating) - so what's the point ?  You can rename one or use a full
path to get the one that's not first on your path.

-- 
  ,-/-  __  _  _ $Bill LuebkertMailto:[EMAIL PROTECTED]
 (_/   /  )// //   DBE CollectiblesMailto:[EMAIL PROTECTED]
  / ) /--<  o // //  Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Win32::OLE::GetActiveObject problem

2005-01-05 Thread Mike.Owens
Hello,

I've been having problems with a similar code snippet.  Several months ago I 
wrote a perl script for my office that filled in a HTML form in Internet 
Explorer using a database. The code worked successfully on four Win2k machines 
here.  One by one, the same code stopped working on the computers.  Perl-Win32 
will still create an Internet Explorer object, but the GetActiveObject method 
now fails on all of the computers.  I believe there was a windows update or our 
IT department made a modification to Windows that prevents GetActiveObject from 
working on Internet Explorer since I made no changes to Perl or the code.  I've 
tried to track down a solution with no luck.  Any ideas?

Thanks in advance,
Mike

-

$Bill Luebkert wrote:

> Share some minimal code snippet.
>   
> 

use strict;
use Win32::OLE;

my $IEWin = Win32::OLE-> GetActiveObject("InternetExplorer.Application");
my $IEDoc = $IEWin-> {Document};
while (defined $IEDoc) {
print "Quitting IE\n";
$IEWin-> Quit();
sleep(1);
$IEWin = Win32::OLE-> GetActiveObject("InternetExplorer.Application");
$IEDoc = $IEWin-> {Document};
}
print "Done.";
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Name-conflict ("head") between ppt and lwp on Windows

2005-01-05 Thread Suresh Govindachar
Hello,

The ppt (Unix Reconstruction Project 0.14) and lwp 
have three files with the same name (ignoring case):
on Windows:

 perl/bin/HEAD
 perl/bin/HEAD.bat
 perl/html/bin/HEAD.html 

--Suresh

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Email removal [EMAIL PROTECTED]

2005-01-05 Thread Ted Schuerzinger
On Wed, 5 Jan 2005 05:59:29 -0800 (PST), Frank75063 <[EMAIL PROTECTED]>  
wrote:

Please remove the email of: [EMAIL PROTECTED]
Thanks so much,
Why don't you read the little "To unsubscribe" blurb that appears at the  
bottom of every post?

--
Ted Schuerzinger
fedya at bestweb dot net
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Help on ppm

2005-01-05 Thread Randy Kobes
On Wed, 5 Jan 2005 [EMAIL PROTECTED] wrote:

> Hello,
>
> I like to install mod_perl, Template-Toolkit and Apache-Template into Win32.
> But ppm fails on some points.
> Any idea?
>
> First,
> ppm> install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
> ...
> Fetching http://theoryx5.uwinnipeg.ca/ppms/x86/mod_perl.so ...  done!
> Cannot find mod_perl.so
> Installation of mod_perl.so not completed.
> Successfully installed mod_perl version 2.0.0-RC2-XMas in ActivePerl 
> 5.8.4.810.
> ppm>
>
> Installer cann't find mod_perl.so.
> My internet env is firewalled by proxy, and I'm setting env of
> HTTP_proxy and HTTP_proxy_pass, so install script install_modperl has some
> trouble or so, but I'm not sure.

Thanks for pointing this out - I think you're right that the
post-install script has some problems with firewalls, and
I'll look at that. In the meantime, downloading mod_perl.so
manually from http://theoryx5.uwinnipeg.ca/ppms/x86/ and
placing it in your Apache2 modules/ directory should work.

> I can download mod_perl.so from uwinnipeg by IE, but ppm
> fails on various points, one is "Open error of CHECKSOME"
> at Apache-Template.

I'm not sure what caused that error - it may be the
download got corrupted. If you try again, does the same
error consistently arise?

> I tried to copy ppd, script, and else into my PC Apache
> server, and tried, but this time ppm says 403 error, but I
> can access it with IE.
>
> ppm> install http://localhost/ppms/mod_perl.ppd
> Error: Failed to download URL http://localhost/ppms/mod_perl.ppd: 403 ERROR
> ppm>
>
> Regards,
> Hirosi Taguti
> [EMAIL PROTECTED]

For the other modules, if you can't install them through
ppm, what you might try is downloading the ppd file (and
associated tar.gz file, in the x86/ subdirectory of our
repository), and edit the ppd file so that the HREF in
CODEBASE just reads, for example,
HREF="Apache-Template.tar.gz" (assuming the ppd and tar.gz
file are in the same directory). Then, within that
directory,
   ppm install WhatEver.ppd
should work.

-- 
best regards,
randy kobes
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: Email removal [EMAIL PROTECTED]

2005-01-05 Thread Frank75063
Please remove the email of: [EMAIL PROTECTED]
 
Thanks so much,
		Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re:Re: net::telnet (and perl sockets) question

2005-01-05 Thread assistent
[EMAIL PROTECTED] wrote:

> And 2-nd question:
> how to start fixed program/without params/ on windows98 box
> from linux box (on a local network) ?
>

You can 'use IO::Socket;' on the Windows box to set up a simple server, and 
'use IO::Socket;' on the linux box to send the "start" message to the server on 
the Windows box.

Cheers,
Rob
==
I come to vb6 Winsock server from http://15seconds.com/files/010820.zip
on Windows box which suits me well
and SIMPLE perl client which I get
by "cut and paste" method from perl docs:
+++
use strict;
use IO::Socket;
use Tk;
require Tk::LabFrame;
my $so;
my $port;
my $top = new MainWindow;
my $bar=$top->LabFrame(-label => 'buttons bar');
$bar->pack;
my $exi=$bar->Button(-command=>\&exi,-text=>"Exit");
$exi->pack(-side=>'left');
my $conne=$bar->Button(-command=>\&connect,-text=>"Connect");
$conne->pack(-side=>'left');
my $clos=$bar->Button(-command=>\&clos,-text=>"Close");
$clos->pack(-side=>'left');
my $send=$bar->Button(-command=>\&send,-text=>"Send");
$send->pack(-side=>'left');
MainLoop;
sub exi{
if (defined $so){
$so->shutdown("1"); }
$top->destroy;
}

sub connect {
my ($remote,$port, $iaddr, $paddr, $proto, $line);
$remote  = 'localhost';
$port=  1007;  # random port
if ($port =~ /\D/) { $port = getservbyname($port, 'tcp') }
die "No port" unless $port;
 $so=new IO::Socket::INET->new(
PeerAddr=>$remote,
PeerPort=>$port,
Proto=>'tcp',
Type=>SOCK_STREAM,
) or die "could not connect to $remote port $port";
}
sub clos{
if (defined $so){
#   close $so;
$so->shutdown("1"); 
}
}
sub send {
if (defined $so){
print $so "...";
}
}

my last question is -
it looks to me that to this client snippet
there must be simple server snippet 
in perl 
I should rather use perl !
/I need to receive sms messages from handset mobile -
these messages I need on my Linux box, but I have 
a program only in windows to read messages
from mobile ,so that after chimes which signals arrival of 
message, operator on Linux box starts program on windows box 
which starts reading messages from mobile
and send them back to Linux box/
Client snippet is fully functional,so I 
looking for fully functional server snippet
in the style of client
thank you in advance !





___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Help on ppm

2005-01-05 Thread h-taguchi
Hello,
(B
(BI like to install mod_perl, Template-Toolkit and Apache-Template into Win32.
(BBut ppm fails on some points.
(BAny idea?
(B
(BFirst,
(Bppm> install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
(B...
(BFetching http://theoryx5.uwinnipeg.ca/ppms/x86/mod_perl.so ...  done!
(BCannot find mod_perl.so
(BInstallation of mod_perl.so not completed.
(BSuccessfully installed mod_perl version 2.0.0-RC2-XMas in ActivePerl 5.8.4.810.
(Bppm>
(B
(BInstaller cann't find mod_perl.so.
(BMy internet env is firewalled by proxy, and I'm setting env of
(BHTTP_proxy and HTTP_proxy_pass, so install script install_modperl has some
(Btrouble or so, but I'm not sure.
(B
(BI can download mod_perl.so from uwinnipeg by IE, but ppm fails on various 
(Bpoints,
(Bone is "Open error of CHECKSOME" at Apache-Template.
(B
(BI tried to copy ppd, script, and else into my PC Apache server, and tried,
(Bbut this time ppm says 403 error, but I can access it with IE.
(B
(Bppm> install http://localhost/ppms/mod_perl.ppd
(BError: Failed to download URL http://localhost/ppms/mod_perl.ppd: 403 ERROR
(Bppm>
(B
(BRegards,
(BHirosi Taguti
(B[EMAIL PROTECTED]
(B
(B___
(BPerl-Win32-Users mailing list
(BPerl-Win32-Users@listserv.ActiveState.com
(BTo unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: [SOLVED]: Errors during dmake test, after building perl 5.8.6

2005-01-05 Thread Robert Johnson
Oh, and Nick gets the points  :)




Nick Ing-Simmons wrote:

> Robert Johnson writes:
> >
> >> if ($^O eq 'MSWin32') returns true, then the cmd.exe 
> system commands
> >> will be available.
> >
> >Other windows system commands do work.  Like
> >  `rename filename.txt newfile.txt`
> >   print `dir /b/ad` 
> >Etc...
> 
> Perhaps this system as a type.exe or similar somewhere in %Path% ?
> 
> 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs