Help for this page

Select Code to Download


  1. or download this
    $dist = $rh->tag('DISTRIBUTION');
    
  2. or download this
    $dist = $rh && $rh->tag('DISTRIBUTION');
    
  3. or download this
    $pkg->{DIST} = $dist ? $dist : undef
    
  4. or download this
    $pkg->{DIST} = $dist || undef