Myers, Kim wrote:
> Any thoughts or could someone suggest a better
> way to do this?  I just need the nt perl program to be able 
> call and read the output from the unix perl program.

    use Net::Telnet ();
    $t = new Net::Telnet (Host => $hostname,
                          Prompt => ''/[\$%#>] $/');
    $t->login($username, $passwd);
    @lines = $t->cmd("/test/ADV1/www-kuth.pl");
    print @lines;

-- 
Mark Thomas                    [EMAIL PROTECTED]
Sr. Internet Architect         User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to