Help for this page

Select Code to Download


  1. or download this
    package api::Telnet;
    
    ...
    }
    
    1;
    
  2. or download this
     
    my $host_prompt = '/[\$%#>] $/';
    my $util_prompt = '/(\s)*Command: (\s)*/i';
    ...
    $owner->cmd ( String => "cd <navigate to application path>", Prompt =>
    + $host_prompt );
    $owner->cmd ( String => "<Launch the application>", Prompt => $util_pr
    +ompt );
    $owner->cmd ( String => "<Execute command>", Prompt => $util_prompt );
    
  3. or download this
    em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet xxx.xxx.xxx.xxx  netmask 255.255.252.0  broadcast xxx.xxx
    +.xxx.xxx
    ...
    
    
            Command: