RE: [Perl-unix-users] OT: listing NT processes

2001-11-13 Thread Thomas_M
> I know this is a bit off subject but the question might help > everyone. I need to be able to list the running processes in > NT or 2K (server and workstation). You'd find several answers if you searched the Perl-Win32-Users mailing list. One way is the Win32::Iprocess module, docs here: htt

[Perl-unix-users] A little off sub - listing NT processes

2001-11-13 Thread Craig Sharp
Hi all, I know this is a bit off subject but the question might help everyone. I need to be able to list the running processes in NT or 2K (server and workstation). Is there a simple way to script this in perl? Thanks, Craig A. Sharp Unix Systems Administrator DNS Adminis

Re: [Perl-unix-users] perl function

2001-11-13 Thread Jason Purdy
perldoc is the command. If you want to see a builtin function, the syntax would be: % perldoc -f push You can "perldoc perldoc" for more information about perldoc. HTH, Jason If memory serves me right, on Tuesday 13 November 2001 03:24, lonh SENG wrote: > Hi all, > > I knew that I can

[Perl-unix-users] perl function

2001-11-13 Thread lonh SENG
Hi all,       I knew that I can to command line to see the description of perl fucntion. But I forgot.    Can anyone help me?    I remember that I install that package.   Regards,   lonh