Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    my @matches = grep { $LPAR_config{$_}->{frame  } eq 'frame2' &&
                         $LPAR_config{$_}->{lpar_id} eq '1' } keys %LPAR_c
    +onfig;
    dd @matches;
    
  2. or download this
     1:43 >perl 560_SoPW.pl
    "lpar3"
    
     1:44 >