Help for this page

Select Code to Download


  1. or download this
    sub _parse_output {
        my $self    = shift;
    ...
    
        return \@return;
    }
    
  2. or download this
    $active_sessions = grep (/Session No:/, @$output);
    
  3. or download this
    $VAR1 = [
              undef,
    ...
              'Name: root;  Login Time: 03/27/2009 22:15:17;  Session No: 
    +4424',
              ' '
            ];