RE: Mainframes

2003-11-05 Thread murphy, daniel (BMC Eng)
2:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Mainframes Dan, Currently I don't have access to a Mainframe. YET! To do the same thing I'm doing with opensystems. I basically telnet to the systems and run commands That will return me information about the configurat

RE: Mainframes

2003-10-30 Thread Bruce_Phillip
: Dan Muey [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:24 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Mainframes > Dan, > > I'm already using Net::Telnet module right now. > What I'd like to see is some examples of those > that connect to

RE: Mainframes

2003-10-30 Thread Dan Muey
fic tasks are needing done to shed light on the needed process. So what are you wanting to do and what have you tried so far? > > Phillip > > -Original Message- > From: Dan Muey [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 11:11 AM > To: [EMAIL PROTECT

RE: Mainframes

2003-10-30 Thread Bruce_Phillip
: Thursday, October 30, 2003 11:11 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Mainframes > Hi, > Howdy >Does anyone have any advice about using perl to connect using > >telnet or any other TCP/IP protocols to mainframes? Yes, use Modules!! The Net:: (Net::Telnet f

RE: Mainframes

2003-10-30 Thread Dan Muey
> Hi, > Howdy >Does anyone have any advice about using perl to connect using > >telnet or any other TCP/IP protocols to mainframes? Yes, use Modules!! The Net:: (Net::Telnet for instance) modules have most everything covered, also Socket modules, DBI modules, CGI etc... Modules fo r