Help for this page

Select Code to Download


  1. or download this
    @config = $t->cmd("sh ver");
    
  2. or download this
    my $command = "sh ver";
    @config = $t->cmd($command);