What Perl/Java frameworks provide tools for CLP, and/or basic network functions?

The Awaken

New member
In Perl, and Java, I need to know how to do networking functions, as well as CLP commands (i.e. DOS or Terminal).

What Java frameworks allow for this, and what Perl modules help?

If there are no frameworks, what system functions may I execute with the Perl/Java functions that would allow such functionality?

For example, if I wanted to open a telnet connection, as in:
c:/ -> telnet 5.5.5.5

... or something to that effect, how would I go about doing this?
 
I'll admit I don't know what CLP is. But I am a Perl GURU.
In Perl you would use the Net::Telnet module.
Use the site listed below to find pre-written Perl code to help you.
 
Back
Top