[Perl-unix-users] winders diskdrive size

2006-05-10 Thread Mark Funk
Folks,   I am forced to use perl v4 and am wondering what is the quickest/easiest way to obtain the drive size on windows os   Thanks,   David M. Funk President/CEO   Tivoli Certified Enterprise Consultant Specializing in Network and Systems Management Solutions   Trinity Soluti

[Perl-unix-users] perl grep help

2006-08-14 Thread Mark Funk
I have a list of IP addresses that I am getting status for.  Where possible I will use a socket connection.   However, some of the IP addresses I need to ping. I have a list that I need to parse through and perform a ping against.   The list can look like this:   @PINGONLY =   172.

[Perl-unix-users] Perl & MQSeries

2007-04-03 Thread Mark Funk
Anybody out there using MQSeries and Perl? I can connect to the local Queue Manager and do fun things like: List Queue Stop and start Channels But now my client would like the scripts to connect to other queue managers on other servers. I can't seem to get any to connect. Does anyone have som