Starting a process on another machine

2004-08-20 Thread Smith, Barry

Wondering if anybody can help me?

I need to be able to from one host

1   start a program on another host
2   determine when the program has finished
3   determine the exit status of the program

Any suggestion on how I can do that?

Thanks in advance
Barry

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Stop remote service

2003-12-10 Thread Smith, Barry



Think 
you need at least Power User

  -Original Message-From: Messenger, Mark 
  [mailto:[EMAIL PROTECTED]Sent: 10 December 2003 
  08:40To: Kaufman Eran (StarHome); 
  [EMAIL PROTECTED]Subject: RE: Stop remote 
  service
  Check out Win32::Service. And yes, you will, most likely, 
  need Administrator level access on the remote computer to do 
  this.
  
  http://aspn.activestate.com/ASPN/docs/ActivePerl-5.6/site/lib/Win32/Service.html
  
  HTH
  
-Original Message-From: Kaufman Eran (StarHome) 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, December 10, 
2003 12:27 AMTo: 
'[EMAIL PROTECTED]'Subject: Stop remote 
service

Hi,

Is there a 
way to stop remote service? (Remote machine can be either NT or 
W2K).
Do I need 
any specific permission for that?

Thanks,
Eran


==
This message is for the sole use of the intended recipient.  If you received 
this message in error please delete it and notify us.  If this message was 
misdirected, CSFB does not waive any confidentiality or privilege.  CSFB 
retains and monitors electronic communications sent through its network.  
Instructions transmitted over this system are not binding on CSFB until they 
are confirmed by us. Message transmission is not guaranteed to be secure.


==


How to find out the Perl build, not the version?

2002-08-28 Thread Smith, Barry


I can get the build version by looking at $], but I'm interested in the actual build 
version as in 522?

Are there any special variable that I can access?

Any suggestions on how I can find this apart from doing perl -v and parsing out the 
build number?

This message is for the named person's use only. It may contain sensitive and private 
proprietary or legally privileged information. No confidentiality or privilege is 
waived or lost by any mistransmission. If you are not the intended recipient, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON 
or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve 
the right to monitor all e-mail communications through its networks. Any views 
expressed in this message are those of the individual sender, except where the message 
states otherwise and the sender is authorized to state them to be the views of any 
such entity.
Unless otherwise stated, any pricing information given in this message is indicative 
only, is subject to change and does not constitute an offer to deal at any price 
quoted. Any reference to the terms of executed transactions should be treated as  
preliminary only and subject to our formal written confirmation.


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



RE: AMENDMENT: How to find out the Perl build, not the version?

2002-08-28 Thread Smith, Barry


PERL_VERSION gives the version, but not the build number

e.g. 5.00503 rather than 522

I'm looking for the 522.

Thanks

-Original Message-
From: Stovall, Adrian M. [mailto:[EMAIL PROTECTED]] 
Sent: 28 August 2002 14:34
To: [EMAIL PROTECTED]
Subject: AMENDMENT: How to find out the Perl build, not the version?


From perlvar:

$PERL_VERSION
$^V The revision, version, and subversion of the Perl
interpreter,
represented as a string composed of characters with those
ordinals. Thus in Perl v5.6.0 it equals chr(5) . chr(6) .
chr(0) and will return true for $^V eq v5.6.0. Note that the
characters in this string value can potentially be in Unicode
range.

This can be used to determine whether the Perl interpreter
executing a script is in the right range of versions.
(Mnemonic:
use ^V for Version Control.) Example:

warn No \our\ declarations!\n if $^V and $^V lt v5.6.0;

See the documentation of use VERSION and require VERSION for
a convenient way to fail if the running Perl interpreter is too
old.

See also $] for an older representation of the Perl version.

-Original Message-
From: Stovall, Adrian M. 
Sent: Wednesday, August 28, 2002 8:28 AM
To: [EMAIL PROTECTED]
Subject: RE: How to find out the Perl build, not the version?


Do perl -V, instead of perl -v (capitalize the v).  The first line should read 
something like:

Summary of my perl5 (revision 5 version 6 subversion 1) configuration:


Grab that line and do some massaging...

-Original Message-
From: Smith, Barry [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 28, 2002 8:14 AM
To: [EMAIL PROTECTED]
Subject: How to find out the Perl build, not the version?



I can get the build version by looking at $], but I'm interested in the actual build 
version as in 522?

Are there any special variable that I can access?

Any suggestions on how I can find this apart from doing perl -v and parsing out the 
build number?

This message is for the named person's use only. It may contain sensitive and private 
proprietary or legally privileged information. No confidentiality or privilege is 
waived or lost by any mistransmission. If you are not the intended recipient, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON 
or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve 
the right to monitor all e-mail communications through its networks. Any views 
expressed in this message are those of the individual sender, except where the message 
states otherwise and the sender is authorized to state them to be the views of any 
such entity. Unless otherwise stated, any pricing information given
in this message is indicative only, is subject to change and does not constitute an 
offer to deal at any price quoted. Any reference to the terms of executed transactions 
should be treated as preliminary only and subject to our formal written confirmation.


___
Perl-Win32-Users mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

This message is for the named person's use only. It may contain sensitive and private 
proprietary or legally privileged information. No confidentiality or privilege is 
waived or lost by any mistransmission. If you are not the intended recipient, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON 
or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve 
the right to monitor all e-mail communications through its networks. Any views 
expressed in this message are those of the individual sender, except where the message 
states otherwise and the sender is authorized to state them to be the views of any 
such entity.
Unless otherwise stated, any pricing information given in this message is indicative 
only, is subject to change and does not constitute an offer to deal at any price 
quoted. Any reference to the terms

RE: How to find out the Perl build, not the version?

2002-08-28 Thread Smith, Barry


Both give a build number. I'm just trying to see if there is a more elegate way of 
finding this information out if you are in a perl script.

Any other suggestions?

-Original Message-
From: Stovall, Adrian M. [mailto:[EMAIL PROTECTED]] 
Sent: 28 August 2002 14:28
To: [EMAIL PROTECTED]
Subject: RE: How to find out the Perl build, not the version?


Do perl -V, instead of perl -v (capitalize the v).  The first line should read 
something like:

Summary of my perl5 (revision 5 version 6 subversion 1) configuration:


Grab that line and do some massaging...

-Original Message-
From: Smith, Barry [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 28, 2002 8:14 AM
To: [EMAIL PROTECTED]
Subject: How to find out the Perl build, not the version?



I can get the build version by looking at $], but I'm interested in the actual build 
version as in 522?

Are there any special variable that I can access?

Any suggestions on how I can find this apart from doing perl -v and parsing out the 
build number?

This message is for the named person's use only. It may contain sensitive and private 
proprietary or legally privileged information. No confidentiality or privilege is 
waived or lost by any mistransmission. If you are not the intended recipient, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON 
or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve 
the right to monitor all e-mail communications through its networks. Any views 
expressed in this message are those of the individual sender, except where the message 
states otherwise and the sender is authorized to state them to be the views of any 
such entity. Unless otherwise stated, any pricing information given
in this message is indicative only, is subject to change and does not constitute an 
offer to deal at any price quoted. Any reference to the terms of executed transactions 
should be treated as preliminary only and subject to our formal written confirmation.


___
Perl-Win32-Users mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

This message is for the named person's use only. It may contain sensitive and private 
proprietary or legally privileged information. No confidentiality or privilege is 
waived or lost by any mistransmission. If you are not the intended recipient, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON 
or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve 
the right to monitor all e-mail communications through its networks. Any views 
expressed in this message are those of the individual sender, except where the message 
states otherwise and the sender is authorized to state them to be the views of any 
such entity.
Unless otherwise stated, any pricing information given in this message is indicative 
only, is subject to change and does not constitute an offer to deal at any price 
quoted. Any reference to the terms of executed transactions should be treated as  
preliminary only and subject to our formal written confirmation.


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs