Help for this page

Select Code to Download


  1. or download this
    $VAR1 = [
       {
    ...
         'id' => 'device',
         'leaf' => 'false'
       }
    
  2. or download this
    $VAR1 = {
               'int' => {
    ...
                             'ftp_server' => {}
                           }
             };
    
  3. or download this
    sub _process_attributes{
        my $self       = shift;
    ...
      return $ref;
    
    }