Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    my @out = grep /FC_DVT/, split("\n", $out);
    
    print Dumper( \@out ) . "\n";
    
  2. or download this
    $VAR1 = [
              'cfg:   FC_DVT  MEZZI; MEZZI1',
              'cfg:   FC_DVT'
            ];