Re: 1) Automated FTP 2) txt to html 3) pstools vs WMI

2003-03-23 Thread Sudarshan Raghavan
On Mon, 24 Mar 2003, Pradeep Goel wrote: > Hi All ,pls answer if u know anything out of 3 different questions. > > 1) > Can somebody give some pointers where to look for or any particularly good one ( > free ofcourse) automated ftp tool which can be used for transfering a txt/doc file > from my

1) Automated FTP 2) txt to html 3) pstools vs WMI

2003-03-23 Thread Pradeep Goel
Hi All ,pls answer if u know anything out of 3 different questions. 1) Can somebody give some pointers where to look for or any particularly good one ( free ofcourse) automated ftp tool which can be used for transfering a txt/doc file from my win XP system to a unix server ?. 2) Also if somebod

Re: Socket Problem

2003-03-23 Thread Mark G
Hi Stefan, If you have two different sockets open, one should not block the other no meter what kind of a socket that is. Send some of the code, might help us help you. Mark - Original Message - From: "Stefan Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22,

Re: Getting keyboard scancode, etc.

2003-03-23 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: On 23 Mar 2003 at 9:32, ktb wrote: On Sun, Mar 23, 2003 at 04:14:58AM -1000, [EMAIL PROTECTED] wrote: Hi Everyone - I remember using the DOS keyboard software interrupt in the old, old days to get the scancode, shift/alt/ ctrl state, the ascii code, etc. from a keystro

Re: Random wierdness with large outputs

2003-03-23 Thread R. Joseph Newton
Rob Dixon wrote: > "R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > > > I'm wondering if there is an issue with the random function in terms of scaling. > [snip data] > > > > Needless to say, that is a lot of . Is there any alternativcollisionse random >

Re: Getting keyboard scancode, etc.

2003-03-23 Thread Mark G
Hi Beau, Dont know much about linux, but over on BSD there is a /dev/console . I am sure you can play with that, there are also open source key-loggers from which you can probebly extract the info you are looking for. Let me know how it go's. Mark - Original Message - From: <[EMAIL PROTE

Re: Random wierdness with large outputs

2003-03-23 Thread Paul Johnson
On Sun, Mar 23, 2003 at 09:30:12PM -, Rob Dixon wrote: > Careful inspection shows that each of your random numbers is exactly > divisible by 3.0517578125. Dividing your range of 10 by this > figure (magically, for those who know their powers of two) gives > 32768, showing that 'rand' is in

Re: Random wierdness with large outputs

2003-03-23 Thread Rob Dixon
"R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm wondering if there is an issue with the random function in terms of scaling. I > have been testing a merge sort, and I noticed that when my test, built by pushing rand(10) a given number of times in

Re: PERL OSX --- reading a local text file

2003-03-23 Thread Rob Dixon
Scott R. Godin wrote: > Rob Dixon wrote: > > Scott R. Godin wrote: > > > John W. Krahn wrote: > > > > > > > > my %hash = do { local $/; =~ /[^\n,]+/g }; > > > > > > but where's the implicit split of key and value there? forgive me > > > for asking, but I just don't see it. is there some magic goin

Reading MSWord Files in Perl

2003-03-23 Thread Navid M.
Hi, Is there any way to read MSWord files using Perl. It doesn't seem to recognize the characters in a MSWord file. Thanks, Navid M. __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.co

Re: Getting keyboard scancode, etc.

2003-03-23 Thread ktb
On Sun, Mar 23, 2003 at 05:43:38AM -1000, [EMAIL PROTECTED] wrote: > On 23 Mar 2003 at 9:32, ktb wrote: > > > On Sun, Mar 23, 2003 at 04:14:58AM -1000, [EMAIL PROTECTED] wrote: > > > Hi Everyone - > > > > > > I remember using the DOS keyboard software interrupt > > > in the old, old days to get

Re: Getting keyboard scancode, etc.

2003-03-23 Thread beau
On 23 Mar 2003 at 9:32, ktb wrote: > On Sun, Mar 23, 2003 at 04:14:58AM -1000, [EMAIL PROTECTED] wrote: > > Hi Everyone - > > > > I remember using the DOS keyboard software interrupt > > in the old, old days to get the scancode, shift/alt/ > > ctrl state, the ascii code, etc. from a keystroke. >

Re: Getting keyboard scancode, etc.

2003-03-23 Thread ktb
On Sun, Mar 23, 2003 at 04:14:58AM -1000, [EMAIL PROTECTED] wrote: > Hi Everyone - > > I remember using the DOS keyboard software interrupt > in the old, old days to get the scancode, shift/alt/ > ctrl state, the ascii code, etc. from a keystroke. > I need this information for a cross-os applicat

Getting keyboard scancode, etc.

2003-03-23 Thread beau
Hi Everyone - I remember using the DOS keyboard software interrupt in the old, old days to get the scancode, shift/alt/ ctrl state, the ascii code, etc. from a keystroke. I need this information for a cross-os application I am trying to write. Under Perl in Windows, I can still get that informa

Re: Random wierdness with large outputs

2003-03-23 Thread Todd Wade
"R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm wondering if there is an issue with the random function in terms of scaling. I have been testing a merge sort, and I noticed that when my test, built by pushing rand(10) a given number of times into

Re: networking with perl

2003-03-23 Thread Scott R. Godin
Soumyadeep Nandi wrote: > Hi Wiggins, > > I wrote a simple script that is sending a request to > localhost and receiving the response with LWP. > As I am trying to run the script it is ending up with > the error " 403 Forbidden ". I am sending the script > along with this mail bellow. > > I've c