___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
- Original Message -
From: "InterCable" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 11:24 PM
Subject: Win32Process - RSH -Why don't can create file?
> Hi all,
>
> It work :
> Win32::Process::Create($ProcessObj,
>'c:\\winnt\\system32\\rsh.exe",
- Original Message -
From: "Eric Robertson"
>I'd like to be able to change the program so that it >automatically opens
up the Dial-Up Connection box if >there's no live connection.
You can achieve this with Win32::RASE.pm well it won't bring up the
Dial-Up box, but you can use the
- Original Message -
From: "Magnone, Angelo" <[EMAIL PROTECTED]>
Event.c
C:\Program Files\Microsoft Visual Studio\VC98\include\signal.h(102) : error
C2059: syntax error : '('
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
I (and probably many others) get the same.
It's a
Yeah, that's exactly what I'm trying to do.
I was going based on the thread in perl-win32-porters (I've since manually
cross-posted this message there..)
"Perl_get_context returns 0 (resulting in abort)" which starts here, but
doesn't thread properly (oh, the irony):
http://aspn.activestate.com/
I have a multithreaded socket server written in Perl for unix
and need a windows version also. With trying to use the same code, everything
works except the clearing up of child processes since I believe windows doesn’t
use signals at all or in the same way. Is this correct and does anyone
Hi everyone,
I need some assistance with a Net::Telnet
project. I am trying to telnet from my Win2k box to a Solaris 2.8 host to
run an application. I can telnet as root into the Solaris box via the
command console, but when I try to do it through my Perl code, I get an invalid
username
Use HTML::Template, and what you can do is setup a little execute engine:
use HTML::Template;
use CGI /:cgi/;
#Our global stuff
my ( %params, %TemplateFunctions ) = ();
##This grabs the the parameters sent via the cgi module
##and puts them in a hash named %params
my @params = param(); #from cg