Help for this page

Select Code to Download


  1. or download this
        ...
          if( $count eq 1 ) {
    ...
              $key = $keyFed;
          }
        ...
    
  2. or download this
          if( $fileline =~ "..."  && $found eq 0 )
          {
             $key{'/Repo Version'} = "$1";
             $found = 1;
          }
    
  3. or download this
              $key->{'/Repo Version'} = $1;