Help for this page

Select Code to Download


  1. or download this
    my %actions = (
      GetAll => 0x001,
    ...
    $_->{Suppress} = 0x001 
      if ($_->{Action} & ( $actions{GetAll} | $actions{Make} | $actions{Ma
    +keOnly} );
    
  2. or download this
    .