RE: Telnet.pm and Unix prompt

2003-07-28 Thread Vidal, Christopher, SOLCM
: Telnet.pm and Unix prompt Chris, --- "Vidal, Christopher, SOLCM" <[EMAIL PROTECTED]> wrote: > Using the Telnet.pm mod, How do I put my unix prompt into the PROMPT > scalar ? > > My unix profile prompt is : > > uid=`whoami` > system=`hostname` > PS1=$system

Re: Telnet.pm and Unix prompt

2003-07-25 Thread Jeff Westman
Chris, --- "Vidal, Christopher, SOLCM" <[EMAIL PROTECTED]> wrote: > Using the Telnet.pm mod, How do I put my unix prompt into the PROMPT > scalar ? > > My unix profile prompt is : > > uid=`whoami` > system=`hostname` > PS1=$system" "$uid" "\\!:" " > > #! /opt/perl5/bin/perl > require '/tools/m

Telnet.pm and Unix prompt

2003-07-25 Thread Vidal, Christopher, SOLCM
Using the Telnet.pm mod, How do I put my unix prompt into the PROMPT scalar ? My unix profile prompt is : uid=`whoami` system=`hostname` PS1=$system" "$uid" "\\!:" " #! /opt/perl5/bin/perl require '/tools/mns/bin/Telnet.pm'; # $username = "wannabperlguy" ; $passwd = "needslotsahelp"; $t