RE: How to login from one system (A) into remote system (B) and do a ping to the third system (C) with Perl and CGI !

2009-04-09 Thread Zhao, Bingfeng
With windows platform, there is also a similar way, you can use psexec utility from sysinternals, now acquired by Microsoft - http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx I had done a lot remote management with it and, of course, perl:) -Original Message- From: kevin liu

Re: How to login from one system (A) into remote system (B) and do a ping to the third system (C) with Perl and CGI !

2009-04-09 Thread kevin liu
I think this depends on what kind of OS you are using. If you are working between Unix like operating system, you could directly use ssh, even remsh to log on to another system. On Thu, Apr 2, 2009 at 1:04 AM, Amit Saxena wrote: > Hello everybody, > > I need to write a Perl CGI script to login f

Re: Random number generator

2009-04-09 Thread ANJAN PURKAYASTHA
Thank you guys. Anjan On Thu, Apr 9, 2009 at 6:59 PM, Chas. Owens wrote: > On Thu, Apr 9, 2009 at 17:34, ANJAN PURKAYASTHA > wrote: > > I need a Bernoulli random number generator which takes as inputs: a value > > for p(1) (probability of choosing a "1") and the number of trials and > > outputs

Re: Random number generator

2009-04-09 Thread Chas. Owens
On Thu, Apr 9, 2009 at 17:34, ANJAN PURKAYASTHA wrote: > I need a Bernoulli random number generator which takes as inputs: a value > for p(1) (probability of choosing a "1") and the number of trials and > outputs a series of 0s and 1s according to the model B(p(1)). > Any thoughts on which module

Re: Random number generator

2009-04-09 Thread Jim Gibson
On 4/9/09 Thu Apr 9, 2009 2:34 PM, "ANJAN PURKAYASTHA" scribbled: > I need a Bernoulli random number generator which takes as inputs: a value > for p(1) (probability of choosing a "1") and the number of trials and > outputs a series of 0s and 1s according to the model B(p(1)). > Any thoughts on

Random number generator

2009-04-09 Thread ANJAN PURKAYASTHA
I need a Bernoulli random number generator which takes as inputs: a value for p(1) (probability of choosing a "1") and the number of trials and outputs a series of 0s and 1s according to the model B(p(1)). Any thoughts on which module I need to use? TIA, Anjan -- = anj

Re: "Programming Perl" vs perldoc

2009-04-09 Thread James Coupe
Dermot wrote: >2009/4/8 Richard Hobson : >> On Wed, 08 Apr 2009 08:50 -0400, "Chas. Owens" >> wrote: > Amazon US has "Intermediate Perl" new for $25, >> while Amazon UK has it for $46, excluding postage. > > >It's £30.99 and postage is free if you accept standard 2nd class delivery. 30.99 GBP in

Perl/Tk font question

2009-04-09 Thread Thomas H. George
Since a Toplevel widget has a -title option I assumed it would also have a -font option. Specifiying -font => "times 14 normal" produced an error although this instruction worked on the children of Toplevel. Is there a way to modify the font used for the title of a Toplevel? Tom -- To unsubscr

Re: "Programming Perl" vs perldoc

2009-04-09 Thread Dermot
2009/4/8 Richard Hobson : > On Wed, 08 Apr 2009 08:50 -0400, "Chas. Owens" > wrote: Amazon US has "Intermediate Perl" new for $25, > while Amazon UK has it for $46, excluding postage. It's £30.99 and postage is free if you accept standard 2nd class delivery. http://www.amazon.co.uk/Intermediat

Reg : Reading a word file

2009-04-09 Thread Anusha Krishna chand
Hi all, We are trying to read a word file using perl... All the contents of a word file is read except the bullet character .. Can anyone hep us to get the bullets while reading a word file? We are getting the content of the bullets but we need the bullets also. The code that we tries as fol