Help for this page

Select Code to Download


  1. or download this
    foreach (@matches) {
        chomp;
    ...
        }
    }
    exit;
    
  2. or download this
    my @version;
    foreach (@matches) {
    ...
        @version ||= $session->cmd('show version  ');
    }
    print @version, "\n";